Skip to content

Commit b87e460

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

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Getting Started/ASP.NET MVC/Create Excel/Create Excel/Create Excel.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
</PropertyGroup>
4747
<ItemGroup>
4848
<Reference Include="Microsoft.CSharp" />
49+
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
50+
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
51+
<Private>True</Private>
52+
</Reference>
4953
<Reference Include="Syncfusion.Compression.Base, Version=19.4450.0.53, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
5054
<HintPath>..\packages\Syncfusion.XlsIO.AspNet.Mvc5.19.4.0.53\lib\net45\Syncfusion.Compression.Base.dll</HintPath>
5155
</Reference>
@@ -108,9 +112,6 @@
108112
<Private>True</Private>
109113
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
110114
</Reference>
111-
<Reference Include="Newtonsoft.Json">
112-
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
113-
</Reference>
114115
<Reference Include="WebGrease">
115116
<Private>True</Private>
116117
<HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>

Getting Started/ASP.NET MVC/Create Excel/Create Excel/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</dependentAssembly>
3333
<dependentAssembly>
3434
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
35-
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
35+
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
3636
</dependentAssembly>
3737
<dependentAssembly>
3838
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />

Getting Started/ASP.NET MVC/Create Excel/Create Excel/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<package id="Microsoft.jQuery.Unobtrusive.Validation" version="3.2.11" targetFramework="net46" />
1313
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net46" />
1414
<package id="Modernizr" version="2.8.3" targetFramework="net46" />
15-
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net46" />
15+
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net46" />
1616
<package id="Syncfusion.XlsIO.AspNet.Mvc5" version="19.4.0.53" targetFramework="net46" />
1717
<package id="WebGrease" version="1.6.0" targetFramework="net46" />
1818
</packages>

0 commit comments

Comments
 (0)