Skip to content

Commit

Permalink
Revert "Add support for reproducible builds (#778)" (#779)
Browse files Browse the repository at this point in the history
This reverts commit cd2cbb8.
  • Loading branch information
anaisbetts committed Sep 30, 2021
1 parent cd2cbb8 commit a502b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Directory.build.props
Expand Up @@ -43,15 +43,15 @@
<PackageReference Include="PublicApiGenerator" Version="10.2.0" />
<PackageReference Include="DiffEngine" Version="7.3.0" />
</ItemGroup>

<ItemGroup Condition="$(IsTestProject)">
<PackageReference Include="xunit.runner.console" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="coverlet.msbuild" Version="3.1.0" />
</ItemGroup>

<ItemGroup Condition="'$(IsTestProject)' != 'true'">
<PackageReference Include="DotNet.ReproducibleBuilds" Version="0.1.66" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit a502b59

Please sign in to comment.