From c2b74aa40de526f0deb936fc0b68563b8235309d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:37:15 +0000 Subject: [PATCH] Bump System.Text.Json from 7.0.0 to 8.0.4 in /TESTS-JSON-to-CSHARP Bumps System.Text.Json from 7.0.0 to 8.0.4. --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- TESTS-JSON-to-CSHARP/TESTS-JSON-to-CSHARP.csproj | 15 +++++++++------ TESTS-JSON-to-CSHARP/packages.config | 6 +++--- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/TESTS-JSON-to-CSHARP/TESTS-JSON-to-CSHARP.csproj b/TESTS-JSON-to-CSHARP/TESTS-JSON-to-CSHARP.csproj index 5ae19f9..a93b29b 100644 --- a/TESTS-JSON-to-CSHARP/TESTS-JSON-to-CSHARP.csproj +++ b/TESTS-JSON-to-CSHARP/TESTS-JSON-to-CSHARP.csproj @@ -43,8 +43,9 @@ ..\packages\Humanizer.Core.2.14.1\lib\netstandard2.0\Humanizer.dll - - ..\packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll + True ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll @@ -70,11 +71,13 @@ ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll - - ..\packages\System.Text.Encodings.Web.7.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + + ..\packages\System.Text.Encodings.Web.8.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + True - - ..\packages\System.Text.Json.7.0.0\lib\netstandard2.0\System.Text.Json.dll + + ..\packages\System.Text.Json.8.0.4\lib\netstandard2.0\System.Text.Json.dll + True ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll diff --git a/TESTS-JSON-to-CSHARP/packages.config b/TESTS-JSON-to-CSHARP/packages.config index 912c6ae..3c72c93 100644 --- a/TESTS-JSON-to-CSHARP/packages.config +++ b/TESTS-JSON-to-CSHARP/packages.config @@ -1,6 +1,6 @@  - + @@ -8,7 +8,7 @@ - - + + \ No newline at end of file