Skip to content

Commit

Permalink
[Compliance] use System.Text.Json 6.0.10 in Core.Tests (.Net 4.6.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucGenetier committed Nov 4, 2024
1 parent 6089c04 commit e8e090f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />

<!-- .Net 4.6.2 specific -->
<PackageReference Include="System.Text.Json" Version="6.0.8" />
<PackageReference Include="System.Text.Json" Version="6.0.10" />

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
Expand Down

0 comments on commit e8e090f

Please sign in to comment.