I installed VS2015 Update 2 and now nuget package manager does not find any packages outside of the \"Microsoft and .net\" package source. It looks like the nuget package so
The nuget.org package source is still there after the upgrade for me. But if it ever disappears you can add it back as:
Name: nuget.org
Source: https://api.nuget.org/v3/index.json
This is a known issue with nuget version 3.4, which is included with Visual Studio 2015 Update 2:
The NuGet.config file in your
%AppData%\NuGet\
folder has accidentally been emptied. To fix this: Close Visual Studio 2015, delete theNuGet.config
file in the%AppData%\NuGet\
folder and restart Visual Studio. A newNuGet.Config
file will be generated and you will be able to proceed.