Top "Nuget" questions

NuGet is a free, open source developer focused package management system for the .NET platform.

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

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

visual-studio nuget
How do I get NuGet to install/update all the packages in the packages.config?

I have a solution with multiple projects in it. Most of the third party references are missing, yet there are …

nuget
How do I enable NuGet Package Restore in Visual Studio?

There's a similar post on stack but it doesn't help with my issue possibly because I am using Visual Studio 2015. …

c# asp.net nuget visual-studio-2015 nuget-package-restore
System.MissingMethodException: Method not found?

What once was working in my asp.net webforms app now throws this error: System.MissingMethodException: Method not found The …

c# asp.net dll nuget httphandler
NuGet Packages are missing

I searched this problem but none of the solutions worked. I have Visual Studio Professional 2015 installed and I am using …

visual-studio nuget visual-studio-2015
How can I clear the NuGet package cache using the command line?

I can clear my development computer's NuGet package cache using Visual Studio menu Tools → Options → NuGet Package Manager → General: Clear …

nuget nuget-package
Download old version of package with NuGet

Is there a way to download a previous version of a package with NuGet, not the latest one?

nuget
How can I install an older version of a package via NuGet?

I want to install an older version of a package (Newtonsoft.Json). But NuGet rolls back: PM> Install-Package Newtonsoft.…

nuget nuget-package
Is it possible to change the location of packages for NuGet?

I have the following convention for most of my projects: /src /Solution.sln /SolutionFolder /Project1 /Project2 /etc.. /lib /Moq moq.…

.net visual-studio nuget nuget-package
NuGet Package Restore Not Working

I checked in a project on one computer, checked out on another, and find that the binaries installed by NuGet …

nuget