From 630c48fafbdf33e5f7d7d82830f1c4a638e48c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 01:50:02 +0000 Subject: [PATCH] Bump Newtonsoft.Json Bumps the nuget group with 1 update in the /samples/Eventing directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json). Updates `Newtonsoft.Json` from 4.0.2 to 13.0.1 - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/4.0.2...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] --- samples/Eventing/Eventing.csproj | 5 +++-- samples/Eventing/packages.config | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/samples/Eventing/Eventing.csproj b/samples/Eventing/Eventing.csproj index cdbd682..16bf4ba 100644 --- a/samples/Eventing/Eventing.csproj +++ b/samples/Eventing/Eventing.csproj @@ -45,8 +45,9 @@ ..\..\packages\Caliburn.Micro.Logging.NLog.1.0\lib\net40-client\Caliburn.Micro.Logging.NLog.dll - - ..\..\packages\Newtonsoft.Json.4.0.2\lib\net40\Newtonsoft.Json.dll + + ..\..\packages\Newtonsoft.Json.13.0.1\lib\net40\Newtonsoft.Json.dll + True ..\..\packages\NLog.2.0.0.1904\lib\net40\NLog.dll diff --git a/samples/Eventing/packages.config b/samples/Eventing/packages.config index 9841921..d2586c7 100644 --- a/samples/Eventing/packages.config +++ b/samples/Eventing/packages.config @@ -2,9 +2,9 @@ - + + - \ No newline at end of file