Skip to content

Commit

Permalink
build: add DotNet.ReproducibleBuilds global development dependency
Browse files Browse the repository at this point in the history
This commit adds the DotNet.ReproducibleBuilds package to the project's dependencies in Directory.Build.props. The package is included with version 1.1.1 and marked as a private asset.
  • Loading branch information
SakuraIsayeki committed May 12, 2024
1 parent d32c393 commit f18865b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<ItemGroup>
<!-- Nerdbank.GitVersioning -->
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" Condition="!Exists('packages.config')" PrivateAssets="all" />
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup Label="PackageInfoFiles">
Expand Down

0 comments on commit f18865b

Please sign in to comment.