How to Fix Slow NuGet Operations in Visual Studio 2015
If downloading NuGet packages is slow or taking too much time in Visual Studio 2015, especially for common packages that you use in your daily routine, you can use the same offline caching trick that worked in VS 2013.
First, open the local AppData directory by navigating to the following path:
%localappdata%\NuGet\Cache
Once you copy this path, you can add it to your package sources in Visual Studio:
Go to Tools > Options > NuGet Package Manager > Package Sources, add a new package source pointing to that folder, and name it "Offline". The next time you install these packages, choose this offline package source to save both time and internet bandwidth.