From f41ef492a7a1deddde0f49128541a50d2b17a849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 15:30:52 +0000 Subject: [PATCH] Bump Newtonsoft.Json from 12.0.1 to 13.0.1 in /src/MvcExample Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.1...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/MvcExample/MvcExample.csproj | 5 +++-- src/MvcExample/packages.config | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/MvcExample/MvcExample.csproj b/src/MvcExample/MvcExample.csproj index f7cd350..2bbfd17 100644 --- a/src/MvcExample/MvcExample.csproj +++ b/src/MvcExample/MvcExample.csproj @@ -63,8 +63,9 @@ ..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll - - ..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll + + ..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/src/MvcExample/packages.config b/src/MvcExample/packages.config index bb3901b..349f6cf 100644 --- a/src/MvcExample/packages.config +++ b/src/MvcExample/packages.config @@ -11,6 +11,6 @@ - + \ No newline at end of file