Reputation: 119
I would like to install the following library in Visual Studio 2010: https://github.com/sshnet/SSH.NET And I really don't know how I'm supposed to do. Can anyone please help me?
Upvotes: 2
Views: 12148
Reputation: 119
1) You can install the nuget package manager if you don't yet have in your VS 2010. This link will help you install nuget package manager.
2) After you have nuget manager then you can right click on your project in visual studio, click 'Manage Nuget Packages' and in the browse window that appears search for 'SSH.Net', once the package is listed click on install option to install the package with your project.
Upvotes: 0