Can't install SSH.NET on Visual Studio 2012 Ultimate

Flacid_Snake picture Flacid_Snake · Sep 8, 2016 · Viewed 10.3k times · Source

No matter which framework version I use (tried with 3.5, 4 and 4.5).

I always get a message which says 'SSH.NET' already has a defined dependency on 'SshNet.Security.Cryptography'. But if I try to install 'SshNet.Security.Cryptography', I get another message which says it already has a defined dependency for 'System.IO', and so on...

I've tried through the nuget packet manager and the nuget command line as well.

Any clue on what's happening? Regards

Answer

Flacid_Snake picture Flacid_Snake · Sep 9, 2016

according to https://github.com/sshnet/SSH.NET/issues/82

Seems like I can just download the NuGet package directly from https://www.nuget.org/packages/SSH.NET/ by clicking on "Download" (of course).

Then, extract the package and pick the dll I need according to the .NET framework version I'm using.

Thanks to everyone! :)