I currently have a Visual Studio 2013 which I have manually edited to use NuGet Automatic Package Restore based on this article: https://docs.nuget.org/consume/package-restore/migrating-to-automatic-package-restore
My solution is bound to TFS Source Control.
However, I have noticed that once I open my solution, Visual Studio automatically reverts the solution to use MSBuild-based Package Restore rather than retaining the NuGet Package Restore settings.
No matter how many times I have edited the project files, as soon as I open the solution in Visual Studio, it keeps on checking out my projects and adding back the MSBuild Project Based restore settings.
When I open the solution in Visual Studio 2015, this does not occur, but NuGet is completely broken in VS 2015 when I open a Visual Studio 2013 solution, thus completely halting my development (defect with the RTM release of VS 2015 which has already been
reported to the VS 2015 Program Manager).
Please help me fix this issue in VS 2013!!