Skip to content

Commit 649150b

Browse files
authored
Merge pull request #287 from sunnamed434/dependabot/nuget/src/BitMono.Shared/main/Newtonsoft.Json-13.0.4
Bump Newtonsoft.Json from 13.0.3 to 13.0.4
2 parents 6765f2d + c426815 commit 649150b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BitMono.Shared/BitMono.Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- JSON: System.Text.Json is in-box on net6.0+, so we add nothing there. The legacy TFMs keep
1616
Newtonsoft.Json (a single self-contained DLL, no transitive deps) via the Json helper's #if. -->
1717
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1' ">
18-
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
18+
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
1919
</ItemGroup>
2020

2121
<!-- Packages specific to older frameworks that need polyfills -->

0 commit comments

Comments
 (0)