From 34323d3ca77de8cbfb7f45e7ad28e28da311a7a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:18:10 +0000 Subject: [PATCH] Bump System.Text.Json from 4.7.2 to 8.0.4 in /Logitech-WLED-Sync Bumps System.Text.Json from 4.7.2 to 8.0.4. --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Logitech-WLED-Sync/Logitech-WLED-Sync.csproj | 25 ++++++++++++-------- Logitech-WLED-Sync/packages.config | 10 ++++---- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/Logitech-WLED-Sync/Logitech-WLED-Sync.csproj b/Logitech-WLED-Sync/Logitech-WLED-Sync.csproj index 8a9dcf4..348e929 100644 --- a/Logitech-WLED-Sync/Logitech-WLED-Sync.csproj +++ b/Logitech-WLED-Sync/Logitech-WLED-Sync.csproj @@ -39,8 +39,9 @@ ..\packages\Config.Net.4.14.23\lib\netstandard2.0\Config.Net.dll - - ..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.1\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll + + ..\packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/net462/Microsoft.Bcl.AsyncInterfaces.dll + True ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll @@ -55,8 +56,9 @@ - - ..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll + + ..\packages/System.Memory.4.5.5/lib/net461/System.Memory.dll + True @@ -66,8 +68,9 @@ ..\packages\System.Reactive.4.4.1\lib\net46\System.Reactive.dll - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + ..\packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/net461/System.Runtime.CompilerServices.Unsafe.dll + True @@ -80,11 +83,13 @@ ..\packages\System.Security.Principal.Windows.4.7.0\lib\net461\System.Security.Principal.Windows.dll - - ..\packages\System.Text.Encodings.Web.4.7.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.4.7.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/Logitech-WLED-Sync/packages.config b/Logitech-WLED-Sync/packages.config index 90cedd3..61b7149 100644 --- a/Logitech-WLED-Sync/packages.config +++ b/Logitech-WLED-Sync/packages.config @@ -2,19 +2,19 @@ - + - + - + - - + + \ No newline at end of file