From 8d9ef22a3567bcba7bb0b812b034a51e6946fa37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:25:23 +0000 Subject: [PATCH] Bump System.Text.Json from 5.0.2 to 8.0.4 in /Cauldron Bumps System.Text.Json from 5.0.2 to 8.0.4. --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cauldron/Cauldron.csproj | 25 +++++++++++++++---------- Cauldron/packages.config | 10 +++++----- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/Cauldron/Cauldron.csproj b/Cauldron/Cauldron.csproj index 7874ecd..fec30da 100644 --- a/Cauldron/Cauldron.csproj +++ b/Cauldron/Cauldron.csproj @@ -82,8 +82,9 @@ ..\packages\GlmSharp.0.9.8\lib\Net45\GlmSharp.dll - - ..\packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + True ..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.31\lib\net45\Microsoft.Xaml.Behaviors.dll @@ -109,21 +110,25 @@ ..\packages\System.Drawing.Common.4.7.0\lib\net461\System.Drawing.Common.dll - - ..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + True ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll - - ..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + True - - ..\packages\System.Text.Encodings.Web.5.0.1\lib\net461\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.5.0.2\lib\net461\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/Cauldron/packages.config b/Cauldron/packages.config index df8255a..6fb79eb 100644 --- a/Cauldron/packages.config +++ b/Cauldron/packages.config @@ -1,7 +1,7 @@  - + @@ -11,11 +11,11 @@ - + - - - + + + \ No newline at end of file