diff --git a/UnitTest_SecureShell/UnitTest_SecureShell.csproj b/UnitTest_SecureShell/UnitTest_SecureShell.csproj index bbd8450..e7cc29c 100644 --- a/UnitTest_SecureShell/UnitTest_SecureShell.csproj +++ b/UnitTest_SecureShell/UnitTest_SecureShell.csproj @@ -40,17 +40,66 @@ 4 + + ..\packages\BouncyCastle.Cryptography.2.7.0\lib\net461\BouncyCastle.Cryptography.dll + True + + + ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.11\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + True + + + ..\packages\Microsoft.Bcl.Cryptography.10.0.11\lib\net462\Microsoft.Bcl.Cryptography.dll + True + + + ..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.10.0.11\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll + True + + + ..\packages\Microsoft.Extensions.Logging.Abstractions.10.0.11\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll + True + ..\packages\MSTest.TestFramework.2.2.10\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll ..\packages\MSTest.TestFramework.2.2.10\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - - ..\packages\SSH.NET.2020.0.2\lib\net40\Renci.SshNet.dll + + ..\packages\SSH.NET.2026.0.0\lib\net462\Renci.SshNet.dll + True + + ..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll + True + + + ..\packages\System.Diagnostics.DiagnosticSource.10.0.11\lib\net462\System.Diagnostics.DiagnosticSource.dll + True + + + ..\packages\System.Formats.Asn1.10.0.11\lib\net462\System.Formats.Asn1.dll + True + + + ..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll + True + @@ -76,6 +125,8 @@ + + \ No newline at end of file diff --git a/UnitTest_SecureShell/packages.config b/UnitTest_SecureShell/packages.config index 6a9ee15..85947f4 100644 --- a/UnitTest_SecureShell/packages.config +++ b/UnitTest_SecureShell/packages.config @@ -1,6 +1,19 @@  + + + + + - + + + + + + + + + \ No newline at end of file