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 a27eb17 commit 099e0ecCopy full SHA for 099e0ec
src/Core.Common.LocalizableString/Core.Common.LocalizableString.csproj
@@ -51,11 +51,12 @@
51
52
<ItemGroup Condition="'$(TargetFramework.TrimEnd(`0123456789.`))' == 'netstandard'">
53
<!-- Properties for netstandard -->
54
- <PackageReference Include="System.Text.Json" Version="4.7.0" />
+ <PackageReference Include="System.Text.Json" Version="7.0.2" />
55
</ItemGroup>
56
57
<ItemGroup>
58
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
59
<None Include="Resources\MainIcon.jpg" Pack="true" PackagePath="\" />
60
61
+
62
</Project>
0 commit comments