Skip to content

Commit

Permalink
Merge pull request #1171 from SimonCropp/removeDeterministicHack
Browse files Browse the repository at this point in the history
remove Deterministic Hack
  • Loading branch information
clairernovotny authored Mar 31, 2020
2 parents 9bec0f4 + ba7e9e4 commit 5937515
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFrameworks>net48</TargetFrameworks>
<NoWarn>$(NoWarn);CS0618</NoWarn>
<Deterministic>false</Deterministic>
</PropertyGroup>

<ItemGroup>
Expand All @@ -27,7 +26,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="Verify.Xunit" Version="1.27.0" />
<PackageReference Include="Verify.Xunit" Version="1.27.2" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="DiffPlex" Version="1.5.0" />
Expand Down

0 comments on commit 5937515

Please sign in to comment.