From 6ccef845e995e3853de896a32a99990b74b6bf37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:39:47 +0000 Subject: [PATCH] Bump System.Text.Json from 7.0.2 to 8.0.4 in /EWSEditor Bumps System.Text.Json from 7.0.2 to 8.0.4. --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- EWSEditor/EWSEditor.csproj | 15 +++++++++------ EWSEditor/packages.config | 6 +++--- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/EWSEditor/EWSEditor.csproj b/EWSEditor/EWSEditor.csproj index 22aad48..3fe76df 100644 --- a/EWSEditor/EWSEditor.csproj +++ b/EWSEditor/EWSEditor.csproj @@ -116,8 +116,9 @@ false - - packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + + packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + True @@ -224,11 +225,13 @@ packages\System.ServiceModel.Primitives.4.10.0\lib\net461\System.ServiceModel.Primitives.dll - - packages\System.Text.Encodings.Web.7.0.0\lib\net462\System.Text.Encodings.Web.dll + + packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll + True - - packages\System.Text.Json.7.0.2\lib\net462\System.Text.Json.dll + + packages\System.Text.Json.8.0.4\lib\net462\System.Text.Json.dll + True packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll diff --git a/EWSEditor/packages.config b/EWSEditor/packages.config index 99d435f..8555cc4 100644 --- a/EWSEditor/packages.config +++ b/EWSEditor/packages.config @@ -1,7 +1,7 @@  - + @@ -28,8 +28,8 @@ - - + + \ No newline at end of file