After I ported an app from VS 2010 into VS 2013 (RC) and upgraded the .NET target from 4.0 to 4.5.1, I got this
warning:
Some NuGet packages were installed using a target framework different from the current target framework and may need to be reinstalled. For more information, visit http://docs.nuget.org/docs/workflows/reinstalling-
packages. Packages affected: EntityFramework, Microsoft.Net.Http
However, attempting to browse to that URL (http://docs.nuget/org/docs/workflows/reinstalling-packages)
results in the less-than-satisfactory communique from the Interwebs gerbils: "Oops! Google Chrome could not find
docs.nuget"
So what are the steps for reinstalling the 4.5 packages?