From 83e3f980c7572369af0041be7eed2b032ee8c925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 15:29:03 +0000 Subject: [PATCH] Bump the nuget group with 3 updates Bumps Newtonsoft.Json from 10.0.3 to 13.0.1 Bumps SharpZipLib from 0.86.0 to 1.3.3 Bumps SSH.NET from 2016.1.0 to 2026.0.0 --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production dependency-group: nuget - dependency-name: SharpZipLib dependency-version: 1.3.3 dependency-type: direct:production dependency-group: nuget - dependency-name: SSH.NET dependency-version: 2026.0.0 dependency-type: direct:production dependency-group: nuget - dependency-name: SharpZipLib dependency-version: 1.3.3 dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] --- CLI/CLI.csproj | 2 +- GUI/App.config | 18 +++++++++++++- GUI/GUI.csproj | 59 ++++++++++++++++++++++++++++++++++++++++----- GUI/packages.config | 17 ++++++++++--- 4 files changed, 85 insertions(+), 11 deletions(-) diff --git a/CLI/CLI.csproj b/CLI/CLI.csproj index 75ca90d..d80f9cf 100644 --- a/CLI/CLI.csproj +++ b/CLI/CLI.csproj @@ -13,7 +13,7 @@ - + diff --git a/GUI/App.config b/GUI/App.config index 731f6de..dd6b013 100644 --- a/GUI/App.config +++ b/GUI/App.config @@ -1,6 +1,22 @@ - + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/GUI/GUI.csproj b/GUI/GUI.csproj index a50b426..261da93 100644 --- a/GUI/GUI.csproj +++ b/GUI/GUI.csproj @@ -47,21 +47,68 @@ 4 + + ..\packages\BouncyCastle.Cryptography.2.7.0\lib\net461\BouncyCastle.Cryptography.dll + True + ..\packages\HtmlAgilityPack.1.6.16\lib\Net45\HtmlAgilityPack.dll - - ..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll + + ..\packages\SharpZipLib.1.3.3\lib\net45\ICSharpCode.SharpZipLib.dll + True + + + ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.11\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll + True + + + ..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.10.0.11\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll + True - - ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + ..\packages\Microsoft.Extensions.Logging.Abstractions.10.0.11\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll + True - - ..\packages\SSH.NET.2016.1.0\lib\net40\Renci.SshNet.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True + + + ..\packages\SSH.NET.2026.0.0\lib\netstandard2.0\Renci.SshNet.dll + True + + ..\packages\System.Buffers.4.6.1\lib\netstandard2.0\System.Buffers.dll + True + + + ..\packages\System.Diagnostics.DiagnosticSource.10.0.11\lib\netstandard2.0\System.Diagnostics.DiagnosticSource.dll + True + + + ..\packages\System.Formats.Asn1.10.0.11\lib\netstandard2.0\System.Formats.Asn1.dll + True + + + ..\packages\System.Memory.4.6.3\lib\netstandard2.0\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.6.1\lib\netstandard2.0\System.Numerics.Vectors.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + True + diff --git a/GUI/packages.config b/GUI/packages.config index 2444f51..8558670 100644 --- a/GUI/packages.config +++ b/GUI/packages.config @@ -1,7 +1,18 @@  + - - - + + + + + + + + + + + + + \ No newline at end of file