Skip to content

Commit

Permalink
Upgrade SSH.NET version for OS 3.2.3 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
darxis authored Nov 22, 2021
1 parent 4822503 commit 109cfe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Control4.Jailbreak.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="Renci.SshNet, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
<HintPath>packages\SSH.NET.2016.1.0\lib\net40\Renci.SshNet.dll</HintPath>
<Reference Include="Renci.SshNet, Version=2020.0.1.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
<HintPath>packages\SSH.NET.2020.0.1\lib\net40\Renci.SshNet.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="SSH.NET" version="2016.1.0" targetFramework="net472" />
<package id="SSH.NET" version="2020.0.1" targetFramework="net472" />
</packages>

0 comments on commit 109cfe0

Please sign in to comment.