Skip to content

Commit 25ee186

Browse files
authored
chore: add SourceLink (#717)
1 parent c89aa09 commit 25ee186

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Directory.Build.props

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<Product>System.IO.Abstractions</Product>
4-
<Copyright>Copyright © Tatham Oddie 2010</Copyright>
4+
<Copyright>Copyright © Tatham Oddie &amp; friends 2010-2021</Copyright>
55
<Authors>Tatham Oddie &amp; friends</Authors>
66
<SignAssembly Condition="'$(Configuration)' == 'Release'">True</SignAssembly>
77
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)StrongName.snk</AssemblyOriginatorKeyFile>
@@ -23,5 +23,9 @@
2323
<PrivateAssets>all</PrivateAssets>
2424
</PackageReference>
2525
<PackageReference Include="SauceControl.InheritDoc" Version="1.2.0" PrivateAssets="all" />
26+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
27+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
28+
<PrivateAssets>all</PrivateAssets>
29+
</PackageReference>
2630
</ItemGroup>
2731
</Project>

0 commit comments

Comments
 (0)