Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2020-12-31 18:40:19 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2020-12-31 20:30:49 +0300
commite50d011a1d4390f60f90683eab331c8449dfc71e (patch)
tree0f2caa7c4699654818e5f974860654b66ff70774 /Duplicati/Library/Backend/SSHv2
parent45c4f865e8b5c2e79c96628383d8dca4cdc5317d (diff)
Update SSH.NET to version 2020.0.0.
This includes support for additional key exchange algorithms, host key algorithms, and private key formats. https://github.com/sshnet/SSH.NET/releases/tag/2020.0.0 This fixes #2808, #2950, #3360, and #4378.
Diffstat (limited to 'Duplicati/Library/Backend/SSHv2')
-rw-r--r--Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj5
-rw-r--r--Duplicati/Library/Backend/SSHv2/packages.config4
2 files changed, 5 insertions, 4 deletions
diff --git a/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj b/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj
index 06a2bf12e..084f7a538 100644
--- a/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj
+++ b/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj
@@ -36,8 +36,9 @@
<AssemblyOriginatorKeyFile>Duplicati.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Renci.SshNet, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
- <HintPath>..\..\..\..\packages\SSH.NET.2016.1.0\lib\net40\Renci.SshNet.dll</HintPath>
+ <Reference Include="Renci.SshNet, Version=2020.0.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106">
+ <HintPath>..\..\..\..\packages\SSH.NET.2020.0.0\lib\net40\Renci.SshNet.dll</HintPath>
+ <Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
diff --git a/Duplicati/Library/Backend/SSHv2/packages.config b/Duplicati/Library/Backend/SSHv2/packages.config
index 1055d503b..821d9718b 100644
--- a/Duplicati/Library/Backend/SSHv2/packages.config
+++ b/Duplicati/Library/Backend/SSHv2/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
- <package id="SSH.NET" version="2016.1.0" targetFramework="net471" />
-</packages>
+ <package id="SSH.NET" version="2020.0.0" targetFramework="net471" />
+</packages> \ No newline at end of file