Skip to content

Commit 32f7c1b

Browse files
Bump Newtonsoft.Json from 10.0.3 to 13.0.2 in /generators/mvc/templates
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@10.0.3...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eca1e51 commit 32f7c1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generators/mvc/templates/Module.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<PackageReference Include="DotNetNuke.Web.Client" Version="9.3.2" />
5454
<PackageReference Include="DotNetNuke.Web.Deprecated" Version="9.3.2" />
5555
<PackageReference Include="DotNetNuke.WebApi" Version="9.3.2" />
56-
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
56+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
5757
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.1.3" />
5858
<PackageReference Include="Microsoft.AspNet.Razor" Version="3.1.2" />
5959
<PackageReference Include="Microsoft.AspNet.WebPages" Version="3.1.2" />

generators/mvc/templates/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<package id="DotNetNuke.Web.Deprecated" version="9.3.2" targetFramework="net472" />
88
<package id="DotNetNuke.WebApi" version="9.3.2" targetFramework="net472" />
99
<package id="Microsoft.AspNet.WebApi.Client" version="4.0.20710.0" targetFramework="net472" />
10-
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net472" />
10+
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
1111
<package id="Microsoft.AspNet.Mvc" version="5.1.2" targetFramework="net472" userInstalled="true" />
1212
<package id="Microsoft.AspNet.Razor" version="3.1.2" targetFramework="net472" userInstalled="true" />
1313
<package id="Microsoft.AspNet.WebPages" version="3.1.2" targetFramework="net472" userInstalled="true" />

0 commit comments

Comments
 (0)