Skip to content

Commit 1bc69f3

Browse files
chore(deps): update dependency system.text.json to v10 (#1373)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e3b315 commit 1bc69f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
</PropertyGroup>
55
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
6-
<PackageVersion Include="System.Text.Json" Version="6.0.11"/>
6+
<PackageVersion Include="System.Text.Json" Version="10.0.0"/>
77
</ItemGroup>
88
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
9-
<PackageVersion Include="System.Text.Json" Version="8.0.6"/>
9+
<PackageVersion Include="System.Text.Json" Version="10.0.0"/>
1010
</ItemGroup>
1111
<ItemGroup Condition=" '$(TargetFramework)' != 'net8.0' And '$(TargetFramework)' != 'net6.0' ">
1212
<PackageVersion Include="System.Text.Json" Version="10.0.0"/>

0 commit comments

Comments
 (0)