How to find/clear your Nuget caches

Nuget maintains a set of caches on your local machine, or your build server. Sometimes you need to find and clear a particular package, or simple clear the caches. The most used locations can be found at: %LocalAppData%\NuGet\Cache %UserProfile%\.nuget\packages The easiest way to find all of them however is to use nuget itself: The following … Continue reading How to find/clear your Nuget caches