Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit f83f033

Browse files
committed
Update app, really old SSH support. By the way this app could be converted to NET CORE
1 parent 3d5dba9 commit f83f033

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Unosquare.Labs.SshDeploy/Unosquare.Labs.SshDeploy.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@
5151
<Reference Include="CommandLine">
5252
<HintPath>..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</HintPath>
5353
</Reference>
54-
<Reference Include="Renci.SshNet">
55-
<HintPath>..\packages\SSH.NET.2013.4.7\lib\net40\Renci.SshNet.dll</HintPath>
54+
<Reference Include="Renci.SshNet, Version=2016.0.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
55+
<HintPath>..\packages\SSH.NET.2016.0.0\lib\net40\Renci.SshNet.dll</HintPath>
56+
<Private>True</Private>
5657
</Reference>
5758
<Reference Include="System" />
5859
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="CommandLineParser" version="1.9.71" targetFramework="net45" />
4-
<package id="SSH.NET" version="2013.4.7" targetFramework="net45" />
4+
<package id="SSH.NET" version="2016.0.0" targetFramework="net45" />
55
</packages>

0 commit comments

Comments
 (0)