Skip to content

Commit 4d5dc9c

Browse files
Fix Newtonsoft.Json v13.0.1 in BenchmarkDotNet.IntegrationTests
1 parent 0cce912 commit 4d5dc9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/BenchmarkDotNet.IntegrationTests/BenchmarkDotNet.IntegrationTests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
</ItemGroup>
3333
<ItemGroup>
3434
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
35-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
35+
<!-- We implicitly need v13.0.1 of Newtonsoft.Json for BenchmarkDotNet.IntegrationTests.NuGetReferenceTests -->
36+
<PackageReference Include="Newtonsoft.Json" Version="[13.0.1]" />
3637
<PackageReference Include="xunit" Version="2.6.2" />
3738
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
3839
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)