We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2194d commit b1dfc6eCopy full SHA for b1dfc6e
src/Cuture.Extensions.SystemTextJson.Dynamic/Cuture.Extensions.SystemTextJson.Dynamic.csproj
@@ -13,7 +13,7 @@
13
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
14
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
15
16
- <PackageReference Include="System.Text.Json" Version="8.0.4" />
+ <PackageReference Include="System.Text.Json" Version="8.0.*" />
17
</ItemGroup>
18
19
<ItemGroup>
@@ -39,7 +39,7 @@
39
40
<Authors>Stratos</Authors>
41
42
- <Version>1.1.1</Version>
+ <Version>1.1.2</Version>
43
44
<PackageLicenseExpression>MIT</PackageLicenseExpression>
45
<PackageProjectUrl>https://github.com/cuture/Cuture.Extensions.SystemTextJson.Dynamic</PackageProjectUrl>
0 commit comments