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.dll license.txt /Yui-Compressor yui.compressor.dll /tools /ILMerge ilmerge.exe You’ll notice that I do not keep external libraries inside the source folder. I’m also very interested in using NuGet but don’t want these external libraries inside the source folder. … Read more

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 Package Cache button. I would like to do this on the command line. Unfortunately, I can not find a related command line switch for nuget.exe. Did I miss something? 12 s 12 First, … Read more