From b3fce87ac3566be70dd2057fb6063136d31e6b2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 08:13:57 +0000 Subject: [PATCH] Bump Newtonsoft.Json Bumps the nuget group with 1 update in the /TestClassGenerator/TestClassGenerator directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json). Updates `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-version: 13.0.1 dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] --- TestClassGenerator/TestClassGenerator/App.config | 10 +++++++++- .../TestClassGenerator/TestClassGenerator.csproj | 7 ++++--- TestClassGenerator/TestClassGenerator/packages.config | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/TestClassGenerator/TestClassGenerator/App.config b/TestClassGenerator/TestClassGenerator/App.config index 3a4868f..a7fc0dd 100644 --- a/TestClassGenerator/TestClassGenerator/App.config +++ b/TestClassGenerator/TestClassGenerator/App.config @@ -1,6 +1,14 @@ - + + + + + + + + + \ No newline at end of file diff --git a/TestClassGenerator/TestClassGenerator/TestClassGenerator.csproj b/TestClassGenerator/TestClassGenerator/TestClassGenerator.csproj index 1a9c27f..2f88f5e 100644 --- a/TestClassGenerator/TestClassGenerator/TestClassGenerator.csproj +++ b/TestClassGenerator/TestClassGenerator/TestClassGenerator.csproj @@ -1,4 +1,4 @@ - + @@ -32,8 +32,9 @@ 4 - - ..\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/TestClassGenerator/TestClassGenerator/packages.config b/TestClassGenerator/TestClassGenerator/packages.config index 6cae1e6..448e384 100644 --- a/TestClassGenerator/TestClassGenerator/packages.config +++ b/TestClassGenerator/TestClassGenerator/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file