Skip to content

Commit

Permalink
Added source link
Browse files Browse the repository at this point in the history
  • Loading branch information
pictos committed Aug 6, 2022
1 parent 10916e1 commit c7a990e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,11 @@
<None Include="../../build/nuget.png" Pack="true" PackagePath="" />
<None Include="ReadMe.txt" pack="true" PackagePath="." />
</ItemGroup>

<ItemGroup>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit c7a990e

Please sign in to comment.