Skip to content

Commit

Permalink
Added DotNet.ReproducibleBuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
René Mihula committed Mar 13, 2024
1 parent c28dffc commit f3de973
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/ProDotNetZipNetStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<DebugType>portable</DebugType>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -40,9 +39,16 @@
</ItemGroup>

<ItemGroup>
<None Include="LICENSE.txt" Pack="true" PackagePath="" />
<None Include="dotnetzip.png" Pack="true" PackagePath="" />
<None Include="README.md" Pack="true" PackagePath="" />
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<None Include="LICENSE.txt" Pack="true" PackagePath="" />
<None Include="dotnetzip.png" Pack="true" PackagePath="" />
<None Include="README.md" Pack="true" PackagePath="" />
</ItemGroup>

<!--
Expand Down

0 comments on commit f3de973

Please sign in to comment.