From 07cea25424c583a6fb4d23cd4cb504b6f55f7b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 20:42:33 +0000 Subject: [PATCH] build(deps): bump Newtonsoft.Json Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/11.0.2...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../OutlineService/OutlineService/OutlineService.csproj | 5 +++-- .../windows/OutlineService/OutlineService/packages.config | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) mode change 100755 => 100644 client/electron/windows/OutlineService/OutlineService/OutlineService.csproj mode change 100755 => 100644 client/electron/windows/OutlineService/OutlineService/packages.config diff --git a/client/electron/windows/OutlineService/OutlineService/OutlineService.csproj b/client/electron/windows/OutlineService/OutlineService/OutlineService.csproj old mode 100755 new mode 100644 index 4fac6eb2ea..9809762965 --- a/client/electron/windows/OutlineService/OutlineService/OutlineService.csproj +++ b/client/electron/windows/OutlineService/OutlineService/OutlineService.csproj @@ -52,8 +52,9 @@ true - - ..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/client/electron/windows/OutlineService/OutlineService/packages.config b/client/electron/windows/OutlineService/OutlineService/packages.config old mode 100755 new mode 100644 index 5762754177..ce3dc38337 --- a/client/electron/windows/OutlineService/OutlineService/packages.config +++ b/client/electron/windows/OutlineService/OutlineService/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file