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

Commit

Permalink
Update app, really old SSH support. By the way this app could be conv…
Browse files Browse the repository at this point in the history
…erted to NET CORE
  • Loading branch information
geoperez committed Nov 28, 2016
1 parent 3d5dba9 commit f83f033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Unosquare.Labs.SshDeploy/Unosquare.Labs.SshDeploy.csproj
Expand Up @@ -51,8 +51,9 @@
<Reference Include="CommandLine">
<HintPath>..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</HintPath>
</Reference>
<Reference Include="Renci.SshNet">
<HintPath>..\packages\SSH.NET.2013.4.7\lib\net40\Renci.SshNet.dll</HintPath>
<Reference Include="Renci.SshNet, Version=2016.0.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
<HintPath>..\packages\SSH.NET.2016.0.0\lib\net40\Renci.SshNet.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Unosquare.Labs.SshDeploy/packages.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CommandLineParser" version="1.9.71" targetFramework="net45" />
<package id="SSH.NET" version="2013.4.7" targetFramework="net45" />
<package id="SSH.NET" version="2016.0.0" targetFramework="net45" />
</packages>

0 comments on commit f83f033

Please sign in to comment.