Skip to content

Commit b01e905

Browse files
committed
Replaces local DLL "Renci.SshNet.dll" with the Nuget package "SSH.NET".
1 parent 1c87ce1 commit b01e905

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Renci.SshNet.dll

-430 KB
Binary file not shown.

SSHDebugger/SSHDebugger.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
</ItemGroup>
6464
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
6565
<ItemGroup>
66-
<Reference Include="Renci.SshNet">
67-
<HintPath>..\Renci.SshNet.dll</HintPath>
68-
</Reference>
6966
<Reference Include="vte-sharp" Condition="$(DefineConstants.Contains('VTE'))">
7067
<HintPath>..\vte-sharp.dll</HintPath>
7168
</Reference>
69+
<Reference Include="Renci.SshNet">
70+
<HintPath>..\packages\SSH.NET.2016.1.0\lib\net40\Renci.SshNet.dll</HintPath>
71+
</Reference>
7272
</ItemGroup>
7373
<ItemGroup>
7474
<AddinFile Include="ssh-host.xft.xml" />

SSHDebugger/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="MonoDevelop.Addins" version="0.4.5" targetFramework="net461" />
4+
<package id="SSH.NET" version="2016.1.0" targetFramework="net461" />
45
</packages>

0 commit comments

Comments
 (0)