Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install a NuGet package .nupkg file locally?

I have some .nupkg files from a C# book. How can I install them?

Can't see my packages

like image 985
Tom Avatar asked Apr 20 '12 03:04

Tom


People also ask

How do I install a local NuGet project?

Menu Tools → Options → Package Manager Click OK. Drop your NuGet package files in that folder. Go to your Project in Solution Explorer, right click and select "Manage NuGet Packages". Select your new package source.


1 Answers

Menu ToolsOptionsPackage Manager

Enter image description here

Give a name and folder location. Click OK. Drop your NuGet package files in that folder.

Go to your Project in Solution Explorer, right click and select "Manage NuGet Packages". Select your new package source.

Enter image description here

Here is the documentation.

like image 181
Shyju Avatar answered Sep 28 '22 00:09

Shyju