Skip to content

Commit 5d1b5cd

Browse files
Bump Newtonsoft.Json from 11.0.1 to 13.0.1 in /samples/proxy-provider-asp-net-mvc/graph-tutorial (#1733)
* Bump Newtonsoft.Json Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@11.0.1...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Updated assembly binding redirect to fix broken sample application Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gavin Barron <[email protected]>
1 parent 03eddcf commit 5d1b5cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/proxy-provider-asp-net-mvc/graph-tutorial/Web.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
For more information on how to configure your ASP.NET application, please visit
44
https://go.microsoft.com/fwlink/?LinkId=301880
@@ -22,7 +22,7 @@
2222
</dependentAssembly>
2323
<dependentAssembly>
2424
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
25-
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
25+
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0"/>
2626
</dependentAssembly>
2727
<dependentAssembly>
2828
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
@@ -108,4 +108,4 @@
108108
<compiler extension=".vb" language="vb;vbs;visualbasic;vbscript" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008,40000,40008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
109109
</compilers>
110110
</system.codedom>
111-
</configuration>
111+
</configuration>

samples/proxy-provider-asp-net-mvc/graph-tutorial/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<package id="Microsoft.Owin.Security.OpenIdConnect" version="4.2.0" targetFramework="net472" />
3232
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net472" />
3333
<package id="Modernizr" version="2.8.3" targetFramework="net472" />
34-
<package id="Newtonsoft.Json" version="11.0.1" targetFramework="net472" />
34+
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
3535
<package id="Owin" version="1.0" targetFramework="net472" />
3636
<package id="popper.js" version="1.14.0" targetFramework="net472" />
3737
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />

0 commit comments

Comments
 (0)