【发布时间】:2016-10-30 16:25:56
【问题描述】:
当我尝试编译我的程序时,我收到以下错误:
This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567.
现在,当我右键单击解决方案并按
All packages are already installed and there is nothing to restore.
我尝试手动重新安装每个未解决问题的软件包,我尝试重新安装 NuGet,但这也无济于事,我什至尝试重新安装 Visual Studio。
我还尝试从 tfs 文件夹中移动包文件夹以覆盖我的包文件夹,但这并没有解决任何问题。我还尝试在缺少此软件包的情况下重新下载它们,但这也没有解决问题。
有人知道如何恢复 nuget 包吗?
【问题讨论】:
标签: c# visual-studio visual-studio-2015 nuget nuget-package-restore