3
Shouts

Creating a Centralized NuGet Packages Folder

published 373 days, 18 hours, 7 minutes ago posted by chrispoulterchrispoulter 378 days, 9 hours, 28 minutes ago
Thursday, May 17, 2012 6:05:19 PM GMT Sunday, May 13, 2012 2:44:53 AM GMT

I would imagine most people by now will have discovered and use the NuGet Visual Studio extension (http://www.nuget.org/). It is a great way of adding and maintaining 3rd party code libraries in your projects. One problem I find though is that every time I create a new project or solution I end up installing the same old NuGet packages. By default NuGet downloads the source code for these packages into a new "packages" folder in your project/solution root directory. This means I have the same source code downloaded multiple times, in multiple locations. This can easily be fixed as you can...

category: Web Dev | clicked: 20 | | source: www.chrispoulter.com | show counter code
tags:

No comments yet, be the first one to post comment.

To post your comment please login or signup