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 Skovhede <kenneth@hexad.dk>2017-08-29 10:36:56 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-08-29 10:36:56 +0300
commit6a3ea03232219023e7100e136687b19abb46306c (patch)
treec08f70e431b7beea75a468ae851aa5533dee1039 /Duplicati/Library
parentc9e984e1ce378356f9c5f17deb3273b0b80748a5 (diff)
Updated SSH library to 2016.1.0-beta2 to see if speed improvements are working
Diffstat (limited to 'Duplicati/Library')
-rw-r--r--Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj2
-rw-r--r--Duplicati/Library/Backend/SSHv2/packages.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj b/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj
index e3dad8a2a..11e61f2d4 100644
--- a/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj
+++ b/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj
@@ -40,7 +40,7 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Renci.SshNet">
- <HintPath>..\..\..\..\packages\SSH.NET.2016.0.0\lib\net40\Renci.SshNet.dll</HintPath>
+ <HintPath>..\..\..\..\packages\SSH.NET.2016.1.0-beta2\lib\net40\Renci.SshNet.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
diff --git a/Duplicati/Library/Backend/SSHv2/packages.config b/Duplicati/Library/Backend/SSHv2/packages.config
index c3cd6f42c..2d3244778 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.0.0" targetFramework="net45" />
+ <package id="SSH.NET" version="2016.1.0-beta2" targetFramework="net45" />
</packages> \ No newline at end of file