Harald
Harald

Reputation: 1037

Install nuget packages to central folder

For the life of me I can't find an option to install all nuget packages to a central folder.

The only option seems to be Install and that always installs into the project folder.

With multiple projects using the same packages this is very inefficient. I'd like to install all packages to the same central folder.

Can this be done?

Upvotes: 2

Views: 839

Answers (1)

Harald
Harald

Reputation: 1037

Answer is here: Is it possible to change the location of packages for NuGet?

I successfully tried it with VS2012 and the latest nuget manager.

Upvotes: 1

Related Questions