How do I install a NuGet package .nupkg file locally?
nuget, visual-studio
Solution
Menu Tools → Options → Package Manager
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.
Here is the documentation.
Problem
I have some .nupkg files from a C# book. How can I install them?