From cab5e2ccc49619348eafc28cbf49e482dd0f2e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 10:40:29 +0000 Subject: [PATCH] Bump Newtonsoft.Json from 10.0.3 to 13.0.1 in /Util Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/10.0.3...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Util/Util.csproj | 5 +++-- Util/packages.config | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Util/Util.csproj b/Util/Util.csproj index 9da9b92..680f0cd 100644 --- a/Util/Util.csproj +++ b/Util/Util.csproj @@ -37,8 +37,9 @@ - - ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/Util/packages.config b/Util/packages.config index 810e559..ea29129 100644 --- a/Util/packages.config +++ b/Util/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file