Update SSH client version
This commit is contained in:
@@ -28,6 +28,10 @@ namespace LeafWeb.Core.Tests.Remote
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Define in machine.config
|
||||||
|
/// </summary>
|
||||||
|
/// <example>host=[url]; username=[un]; password=[pw]</example>
|
||||||
private readonly string _piscalConnectionString =
|
private readonly string _piscalConnectionString =
|
||||||
ConfigurationManager.ConnectionStrings["PiscalServer"].ConnectionString;
|
ConfigurationManager.ConnectionStrings["PiscalServer"].ConnectionString;
|
||||||
|
|
||||||
|
|||||||
+2
-3
@@ -64,9 +64,8 @@
|
|||||||
<Reference Include="Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc, processorArchitecture=MSIL">
|
<Reference Include="Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Polly.7.2.0\lib\netstandard1.1\Polly.dll</HintPath>
|
<HintPath>..\packages\Polly.7.2.0\lib\netstandard1.1\Polly.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Renci.SshNet, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
|
<Reference Include="Renci.SshNet, Version=2020.0.2.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\packages\SSH.NET.2020.0.2\lib\net40\Renci.SshNet.dll</HintPath>
|
||||||
<HintPath>..\References\Renci.SshNet.dll</HintPath>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.ComponentModel.Composition" />
|
<Reference Include="System.ComponentModel.Composition" />
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<package id="MlkPwgen" version="0.3.0" targetFramework="net45" />
|
<package id="MlkPwgen" version="0.3.0" targetFramework="net45" />
|
||||||
<package id="NETStandard.Library" version="2.0.3" targetFramework="net45" />
|
<package id="NETStandard.Library" version="2.0.3" targetFramework="net45" />
|
||||||
<package id="Polly" version="7.2.0" targetFramework="net45" />
|
<package id="Polly" version="7.2.0" targetFramework="net45" />
|
||||||
|
<package id="SSH.NET" version="2020.0.2" targetFramework="net45" />
|
||||||
<package id="System.Collections" version="4.3.0" targetFramework="net45" />
|
<package id="System.Collections" version="4.3.0" targetFramework="net45" />
|
||||||
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net45" />
|
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net45" />
|
||||||
<package id="System.Diagnostics.Debug" version="4.3.0" targetFramework="net45" />
|
<package id="System.Diagnostics.Debug" version="4.3.0" targetFramework="net45" />
|
||||||
|
|||||||
Reference in New Issue
Block a user