From ab5aea27f293f17445f87c7e463be2375d93d492 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 20 Apr 2019 22:33:13 +0000 Subject: [PATCH 1/3] Update dependency Newtonsoft.Json to v12 --- src/React.Core/React.Core.csproj | 2 +- src/React.Sample.Owin/React.Sample.Owin.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/React.Core/React.Core.csproj b/src/React.Core/React.Core.csproj index 1a6f63841..71aaa2852 100644 --- a/src/React.Core/React.Core.csproj +++ b/src/React.Core/React.Core.csproj @@ -42,7 +42,7 @@ - + diff --git a/src/React.Sample.Owin/React.Sample.Owin.csproj b/src/React.Sample.Owin/React.Sample.Owin.csproj index 8c1d072fa..75ca8b046 100644 --- a/src/React.Sample.Owin/React.Sample.Owin.csproj +++ b/src/React.Sample.Owin/React.Sample.Owin.csproj @@ -33,7 +33,7 @@ - + From 1be94b1583695fa4923b83f6fb7bd2b872dd2a43 Mon Sep 17 00:00:00 2001 From: Dustin Masters Date: Sat, 20 Apr 2019 21:27:20 -0700 Subject: [PATCH 2/3] Bump JSON.NET in Mvc4 sample --- src/React.Sample.Mvc4/Web.config | 12 ++++-------- src/React.Sample.Mvc4/packages.config | 4 ++-- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/React.Sample.Mvc4/Web.config b/src/React.Sample.Mvc4/Web.config index fdc7009e2..bef45f756 100644 --- a/src/React.Sample.Mvc4/Web.config +++ b/src/React.Sample.Mvc4/Web.config @@ -5,7 +5,7 @@ --> - + @@ -37,7 +37,7 @@ - + @@ -45,7 +45,7 @@ - + @@ -53,10 +53,6 @@ - - - - @@ -88,6 +84,6 @@ - + diff --git a/src/React.Sample.Mvc4/packages.config b/src/React.Sample.Mvc4/packages.config index 164832c20..c514dccae 100644 --- a/src/React.Sample.Mvc4/packages.config +++ b/src/React.Sample.Mvc4/packages.config @@ -11,7 +11,7 @@ - + - \ No newline at end of file + From b70f318672b08d335e342534c5158e6fe0f43ae5 Mon Sep 17 00:00:00 2001 From: Dustin Masters Date: Sat, 20 Apr 2019 21:40:02 -0700 Subject: [PATCH 3/3] Remove outdated reference --- src/React.Sample.Mvc4/React.Sample.Mvc4.csproj | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/React.Sample.Mvc4/React.Sample.Mvc4.csproj b/src/React.Sample.Mvc4/React.Sample.Mvc4.csproj index 8ed073aa9..b7aea1ce7 100644 --- a/src/React.Sample.Mvc4/React.Sample.Mvc4.csproj +++ b/src/React.Sample.Mvc4/React.Sample.Mvc4.csproj @@ -73,10 +73,6 @@ ..\packages\JavaScriptEngineSwitcher.V8.3.0.0\lib\net45\JavaScriptEngineSwitcher.V8.dll - - ..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll - True -