Installing Nuget Packages globally

Ishan picture Ishan · Nov 15, 2015 · Viewed 19.7k times · Source

Is there a way to install Nuget Packages globally?

I have a Nuget Package that I would like to use across multiple projects without having to download for each project?

Each project will have its own solution and it will be independent of other project.

Answer

René Schindhelm picture René Schindhelm · Nov 8, 2017

NuGet in its current version uses a global package cache.

Have a look at the documentation to find out where it is on your machine. You should also poke around the NuGet configuration file documentation for how to update the global cache location.