Skip to content

Commit b1dfc6e

Browse files
committed
chore: upgrade System.Text.Json
1 parent cb2194d commit b1dfc6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Cuture.Extensions.SystemTextJson.Dynamic/Cuture.Extensions.SystemTextJson.Dynamic.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
1414
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
1515

16-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
16+
<PackageReference Include="System.Text.Json" Version="8.0.*" />
1717
</ItemGroup>
1818

1919
<ItemGroup>
@@ -39,7 +39,7 @@
3939

4040
<Authors>Stratos</Authors>
4141

42-
<Version>1.1.1</Version>
42+
<Version>1.1.2</Version>
4343

4444
<PackageLicenseExpression>MIT</PackageLicenseExpression>
4545
<PackageProjectUrl>https://github.com/cuture/Cuture.Extensions.SystemTextJson.Dynamic</PackageProjectUrl>

0 commit comments

Comments
 (0)