Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit eff49c7

Browse files
committed
nuget update - SSH.NET
1 parent 45b7c5e commit eff49c7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Spcode.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,14 @@
9696
<Reference Include="Octokit, Version=0.48.0.0, Culture=neutral, processorArchitecture=MSIL">
9797
<HintPath>packages\Octokit.0.48.0\lib\net46\Octokit.dll</HintPath>
9898
</Reference>
99-
<Reference Include="Renci.SshNet, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106">
100-
<HintPath>packages\SSH.NET.2016.1.0\lib\net40\Renci.SshNet.dll</HintPath>
101-
<Private>True</Private>
102-
</Reference>
10399
<Reference Include="PresentationCore" />
104100
<Reference Include="PresentationFramework" />
105101
<Reference Include="QueryMaster">
106102
<HintPath>QueryMaster\QueryMaster.dll</HintPath>
107103
</Reference>
104+
<Reference Include="Renci.SshNet, Version=2020.0.1.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
105+
<HintPath>packages\SSH.NET.2020.0.1\lib\net40\Renci.SshNet.dll</HintPath>
106+
</Reference>
108107
<Reference Include="smxdasm">
109108
<HintPath>App\smxdasm.dll</HintPath>
110109
</Reference>

packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<package id="MahApps.Metro" version="1.6.5" targetFramework="net45" />
88
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net45" />
99
<package id="Octokit" version="0.48.0" targetFramework="net48" />
10-
<package id="SSH.NET" version="2016.1.0" targetFramework="net45" />
10+
<package id="SSH.NET" version="2020.0.1" targetFramework="net48" />
1111
<package id="Windows7APICodePack-Core" version="1.1.0.0" targetFramework="net48" />
1212
<package id="Windows7APICodePack-Shell" version="1.1.0.0" targetFramework="net48" />
1313
</packages>

0 commit comments

Comments
 (0)