Visual studio 提示下载 rc2 包而不是 rc1

Visual studio hints to download rc2 packages instead of rc1

前段时间,我尝试使用以下说明将我的 .net 项目从 RC1 迁移到 Asp.net RC2:

"To migrate to RC2, add the https://www.myget.org/F/aspnetvnext/ feed in your NuGet settings, run dnvm upgrade -u to use the latest DNX runtime and replace rc1-final by * in your project.json"

后来放弃了这个idea。我从 nuget 设置中删除了提要,将 dnx 运行时设置为 rc1-final,删除了 nuget 缓存,但是 Visual Studio 仍然向我显示 rc2 版本的包的提示,每当我想下载丢失的库时。它甚至发生在全新的项目中。如何让 VS 提示我只有 rc1-final 版本的包?

VS hint

好的,我找到了解决办法。删除 C:\Users\USER\ .dnx\packages 成功了