Skip to content

Commit

Permalink
Fix Newtonsoft.Json v13.0.1 in BenchmarkDotNet.IntegrationTests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Nov 26, 2023
1 parent 0cce912 commit 4d5dc9c
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -32,7 +32,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<!-- We implicitly need v13.0.1 of Newtonsoft.Json for BenchmarkDotNet.IntegrationTests.NuGetReferenceTests -->
<PackageReference Include="Newtonsoft.Json" Version="[13.0.1]" />
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 4d5dc9c

Please sign in to comment.