Skip to content

Commit

Permalink
updated test SDK and benchmarked aspnetcore jsonpatch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Jun 30, 2023
1 parent c7ffbaf commit 23cf0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.5" />
<PackageReference Include="Marvin.JsonPatch" Version="2.2.1" />
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="7.0.4" />
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="7.0.8" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion SystemTextJsonPatch.Tests/SystemTextJsonPatch.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<ItemGroup>
<PackageReference Include="JUnitTestLogger" Version="1.1.0" />
<PackageReference Include="Microsoft.Net.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Microsoft.Net.Test.Sdk" Version="17.6.3" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="xunit" Version="2.4.2" />
<!-- use latest NewtonSoft package, hides Microsoft.Net.Test.Sdk -> Microsoft.TestPlatform.TestHost refs NewtonSoft.Json >= 9.0 -->
Expand Down

0 comments on commit 23cf0ed

Please sign in to comment.