Skip to content

Commit 047a828

Browse files
committed
Upgrade System.Text.Json to 10.0.0
1 parent c4a34d3 commit 047a828

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/SystemTextJson.JsonDiffPatch/SystemTextJson.JsonDiffPatch.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,22 @@
77
<PropertyGroup>
88
<PackageId>SystemTextJson.JsonDiffPatch</PackageId>
99
<PackageTags>json;diff;compare;patch;system-text-json;jsondiffpatch</PackageTags>
10-
<Description>High-performance, low-allocating JSON object diff and patch extension for System.Text.Json. Support generating patch document in RFC 6902 JSON Patch format. Provides bonus DeepEquals and DeepClone methods.</Description>
10+
<Description>High-performance, low-allocating JSON object diff and patch extension for
11+
System.Text.Json. Support generating patch document in RFC 6902 JSON Patch format. Provides
12+
bonus DeepEquals and DeepClone methods.</Description>
1113
</PropertyGroup>
1214

1315
<ItemGroup>
1416
<Reference Include="System.Web" Condition="'$(TargetFramework)' == 'net462'" />
1517
</ItemGroup>
1618

1719
<ItemGroup>
18-
<PackageReference Include="System.Text.Json" Version="8.0.0" />
20+
<PackageReference Include="System.Text.Json" Version="10.0.0" />
1921
</ItemGroup>
2022

2123
<ItemGroup>
2224
<Compile Remove="JsonBytes.cs" />
2325
<None Include="JsonBytes.cs" />
2426
</ItemGroup>
25-
26-
</Project>
27+
28+
</Project>

0 commit comments

Comments
 (0)