I have been using the solution from this thread for a while which worked very well with VS2013: Setting up a common nuget packages folder for all solutions when some projects are included in multiple solutions
Just upgraded to VS2015 and the "Enable Nuget Package Restore" options has been removed.
This means my previous method no longer works since it depends on modifying the $(SolutionDir)\.nuget\NuGet.Config
file for each solution.
Does anyone have the same problem or am I missing something?