We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52ba98 commit f685ab5Copy full SHA for f685ab5
1 file changed
Directory.Packages.props
@@ -3,7 +3,7 @@
3
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
4
</PropertyGroup>
5
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
6
- <PackageVersion Include="System.Text.Json" Version="[6.0.11]"/>
+ <PackageVersion Include="System.Text.Json" Version="[10.0.9]"/>
7
</ItemGroup>
8
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
9
<PackageVersion Include="System.Text.Json" Version="[10.0.9]"/>
0 commit comments