From b6616a2f84accc6dd91f282abce066c5725ff701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:42:01 +0000 Subject: [PATCH] Bump System.Text.Json from 7.0.2 to 8.0.4 in /src/RoseGardenTests Bumps System.Text.Json from 7.0.2 to 8.0.4. --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/RoseGarden/RoseGarden.csproj | 17 +++-- src/RoseGardenTests/RoseGardenTests.csproj | 79 ++++++++++++++++++++-- src/RoseGardenTests/packages.config | 24 +++++-- 3 files changed, 100 insertions(+), 20 deletions(-) diff --git a/src/RoseGarden/RoseGarden.csproj b/src/RoseGarden/RoseGarden.csproj index 7281e95..674603b 100644 --- a/src/RoseGarden/RoseGarden.csproj +++ b/src/RoseGarden/RoseGarden.csproj @@ -52,8 +52,9 @@ ..\..\packages\CommandLineParser.2.7.82\lib\net461\CommandLine.dll - - ..\..\packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + + ..\..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + True ..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll @@ -76,11 +77,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\net462\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.7.0.2\lib\net462\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 @@ -112,7 +115,7 @@ ..\..\packages\Spart.1.0.0\lib\net461\Spart.dll - ..\..\packages\TagLibSharp-patched.2.2.0-beta.1/lib/net462/taglib-sharp.dll + ..\..\packages\TagLibSharp-patched.2.2.0-beta.1\lib\net462\taglib-sharp.dll ..\..\packages\System.Security.Principal.Windows.4.7.0\lib\net461\System.Security.Principal.Windows.dll diff --git a/src/RoseGardenTests/RoseGardenTests.csproj b/src/RoseGardenTests/RoseGardenTests.csproj index d09371f..d4458d1 100644 --- a/src/RoseGardenTests/RoseGardenTests.csproj +++ b/src/RoseGardenTests/RoseGardenTests.csproj @@ -1,5 +1,6 @@  + @@ -33,8 +34,33 @@ - - ..\..\packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + + ..\..\packages\DialogAdapters.Gtk2.0.1.11\lib\net461\DialogAdapters.dll + True + + + ..\..\packages\Enchant.Net.1.4.2\lib\net461\Enchant.Net.dll + True + + + ..\..\packages\icu.net.2.10.0\lib\net451\icu.net.dll + True + + + ..\..\packages\L10NSharp.7.0.0\lib\net461\L10NSharp.dll + True + + + ..\..\packages\Markdig.Signed.0.37.0\lib\net462\Markdig.Signed.dll + True + + + ..\..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + True + + + ..\..\packages\NDesk.DBus.0.15.0\lib\NDesk.DBus.dll + True ..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll @@ -45,10 +71,34 @@ ..\..\packages\RestSharp.109.0.1\lib\netstandard2.0\RestSharp.dll + + ..\..\packages\SIL.Core.9.0.0\lib\net461\SIL.Core.dll + True + + + ..\..\packages\SIL.Core.Desktop.9.0.0\lib\net461\SIL.Core.Desktop.dll + True + + + ..\..\packages\SIL.Windows.Forms.9.0.0\lib\net461\SIL.Windows.Forms.dll + True + + + ..\..\packages\SIL.WritingSystems.9.0.0\lib\net461\SIL.WritingSystems.dll + True + ..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + ..\..\packages\System.Configuration.ConfigurationManager.8.0.0\lib\net462\System.Configuration.ConfigurationManager.dll + True + + + ..\..\packages\System.Drawing.Common.8.0.7\lib\net462\System.Drawing.Common.dll + True + ..\..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll @@ -56,19 +106,29 @@ ..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + + ..\..\packages\System.Resources.Extensions.8.0.0\lib\net462\System.Resources.Extensions.dll + True + ..\..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll - - ..\..\packages\System.Text.Encodings.Web.7.0.0\lib\net462\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.7.0.2\lib\net462\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 + + ..\..\packages\TagLibSharp.2.3.0\lib\net462\TagLibSharp.dll + True + @@ -92,5 +152,12 @@ + + + + + + + \ No newline at end of file diff --git a/src/RoseGardenTests/packages.config b/src/RoseGardenTests/packages.config index 15e651a..2382bf2 100644 --- a/src/RoseGardenTests/packages.config +++ b/src/RoseGardenTests/packages.config @@ -1,30 +1,40 @@  - - + + + + + + + - - - + + + + + + + - - + + + \ No newline at end of file