Visual Studio 2015 – updating nuget packages
Sometimes, for example in case of updating MVC 4 projetc to MVC 5, some nuget packages will have wrong versions or might be missing from references. In this case command Update-Package -reinstall come handy. In Visual Studio open from menu Tools -> NuGet Package Manager -> Package Manager Console. In console execute next command for for… Read More »