From b70963b65174221bcaece2bb179af268477d9d98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 03:58:35 +0000 Subject: [PATCH] Bump Newtonsoft.Json from 6.0.3 to 13.0.1 --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- JsonRpcTest/TestServer.csproj | 6 +++--- JsonRpcTest/Web.config | 12 ++++++++++-- JsonRpcTest/packages.config | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/JsonRpcTest/TestServer.csproj b/JsonRpcTest/TestServer.csproj index c4aff2e..dd6118c 100644 --- a/JsonRpcTest/TestServer.csproj +++ b/JsonRpcTest/TestServer.csproj @@ -49,9 +49,9 @@ - - False - ..\packages\Newtonsoft.Json.6.0.3\lib\net40\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net40\Newtonsoft.Json.dll + True diff --git a/JsonRpcTest/Web.config b/JsonRpcTest/Web.config index a577eb8..ea68493 100644 --- a/JsonRpcTest/Web.config +++ b/JsonRpcTest/Web.config @@ -4,11 +4,19 @@ - + - + + + + + + + + + \ No newline at end of file diff --git a/JsonRpcTest/packages.config b/JsonRpcTest/packages.config index 12fef57..d9261b8 100644 --- a/JsonRpcTest/packages.config +++ b/JsonRpcTest/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file