From c60b8316d7f89955f775c8f3be70d21b9da1ac59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 01:13:30 +0000 Subject: [PATCH] Bump System.Text.Json from 8.0.4 to 8.0.5 in /SampleNetFramework4.8 Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.4...v8.0.5) --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- SampleNetFramework4.8/App.config | 58 ++++++++++++++++++- .../SampleNetFramework4.8.csproj | 5 +- SampleNetFramework4.8/packages.config | 2 +- 3 files changed, 61 insertions(+), 4 deletions(-) diff --git a/SampleNetFramework4.8/App.config b/SampleNetFramework4.8/App.config index a2d1447..a9088a0 100644 --- a/SampleNetFramework4.8/App.config +++ b/SampleNetFramework4.8/App.config @@ -11,12 +11,68 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/SampleNetFramework4.8/SampleNetFramework4.8.csproj b/SampleNetFramework4.8/SampleNetFramework4.8.csproj index a455ef8..43ecc6e 100644 --- a/SampleNetFramework4.8/SampleNetFramework4.8.csproj +++ b/SampleNetFramework4.8/SampleNetFramework4.8.csproj @@ -90,8 +90,9 @@ ..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll - - ..\packages\System.Text.Json.8.0.4\lib\net462\System.Text.Json.dll + + ..\packages\System.Text.Json.8.0.5\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/SampleNetFramework4.8/packages.config b/SampleNetFramework4.8/packages.config index 852adf8..bfff9b3 100644 --- a/SampleNetFramework4.8/packages.config +++ b/SampleNetFramework4.8/packages.config @@ -14,7 +14,7 @@ - + \ No newline at end of file