From 6211519c8a22d67735a7906291a41e333f13beb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:15:03 +0000 Subject: [PATCH] Bump System.Text.Json in /workshop-code-base/FocusFrontEnd/Focus Bumps System.Text.Json from 4.6.0 to 8.0.4. --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../FocusFrontEnd/Focus/Focus.csproj | 35 +++++++++++-------- .../FocusFrontEnd/Focus/packages.config | 14 ++++---- 2 files changed, 28 insertions(+), 21 deletions(-) diff --git a/workshop-code-base/FocusFrontEnd/Focus/Focus.csproj b/workshop-code-base/FocusFrontEnd/Focus/Focus.csproj index 82ce0e0..b82bbba 100644 --- a/workshop-code-base/FocusFrontEnd/Focus/Focus.csproj +++ b/workshop-code-base/FocusFrontEnd/Focus/Focus.csproj @@ -50,8 +50,9 @@ ..\packages\DocumentFormat.OpenXml.2.9.1\lib\net46\DocumentFormat.OpenXml.dll - - ..\packages\Microsoft.Bcl.AsyncInterfaces.1.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + True @@ -100,8 +101,9 @@ ..\packages\Owin.1.0\lib\net40\Owin.dll - - ..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + True @@ -117,25 +119,30 @@ ..\packages\System.IO.Packaging.4.5.0\lib\net46\System.IO.Packaging.dll - - ..\packages\System.Memory.4.5.3\lib\netstandard2.0\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.4.6.0\lib\netstandard2.0\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.4.6.0\lib\netstandard2.0\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.4.6.0\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.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + True ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll diff --git a/workshop-code-base/FocusFrontEnd/Focus/packages.config b/workshop-code-base/FocusFrontEnd/Focus/packages.config index c2de7d7..b702bb7 100644 --- a/workshop-code-base/FocusFrontEnd/Focus/packages.config +++ b/workshop-code-base/FocusFrontEnd/Focus/packages.config @@ -6,7 +6,7 @@ - + @@ -28,17 +28,17 @@ - + - + - + - - - + + + \ No newline at end of file