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

10,780

Solution 1

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! :)

Solution 2

I had a similar problem in VS 2013. I upgraded the NuGet Package Manager to version 2.12 and was then able to install SSH.Net version 2016.1.0 .

Share:
10,780
Flacid_Snake
Author by

Flacid_Snake

Updated on August 01, 2022

Comments

  • Flacid_Snake
    Flacid_Snake over 1 year

    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

  • Dror
    Dror over 6 years
    The question was re VS 2012 and not VS 2010.