Skip to content

Commit

Permalink
chore: add SourceLink (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgreinacher authored Mar 25, 2021
1 parent c89aa09 commit 25ee186
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Product>System.IO.Abstractions</Product>
<Copyright>Copyright © Tatham Oddie 2010</Copyright>
<Copyright>Copyright © Tatham Oddie &amp; friends 2010-2021</Copyright>
<Authors>Tatham Oddie &amp; friends</Authors>
<SignAssembly Condition="'$(Configuration)' == 'Release'">True</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)StrongName.snk</AssemblyOriginatorKeyFile>
Expand All @@ -23,5 +23,9 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="SauceControl.InheritDoc" Version="1.2.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit 25ee186

Please sign in to comment.