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