I checked in a project on one computer, checked out on another, and find that the binaries installed by NuGet are missing. I could check them in to source control as well,
vs2015 no enable nuget restore problem. My solution:
add folder .nuget, add file NuGet.Config and NuGet.targets in Directory .nuget
each project file add: build
true
This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.