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.
2 parents 6765f2d + c426815 commit 649150bCopy full SHA for 649150b
1 file changed
src/BitMono.Shared/BitMono.Shared.csproj
@@ -15,7 +15,7 @@
15
<!-- JSON: System.Text.Json is in-box on net6.0+, so we add nothing there. The legacy TFMs keep
16
Newtonsoft.Json (a single self-contained DLL, no transitive deps) via the Json helper's #if. -->
17
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1' ">
18
- <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
19
</ItemGroup>
20
21
<!-- Packages specific to older frameworks that need polyfills -->
0 commit comments