Skip to content

Commit 6588074

Browse files
Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /WebApi
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@11.0.2...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92134d1 commit 6588074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Core/Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.1.0" />
20-
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
20+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2121
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" />
2222
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" />
2323
</ItemGroup>

WebApi/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<package id="Microsoft.Owin" version="3.1.0" targetFramework="net461" />
2222
<package id="Microsoft.Owin.Host.SystemWeb" version="3.1.0" targetFramework="net461" />
2323
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net461" />
24-
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
24+
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />
2525
<package id="NLog" version="4.5.10" targetFramework="net461" />
2626
<package id="Owin" version="1.0" targetFramework="net461" />
2727
<package id="Pipelines.Sockets.Unofficial" version="1.0.0" targetFramework="net461" />

0 commit comments

Comments
 (0)