问题描述
尝试从Github构建一段示例代码,我收到错误消息:
错误 此项目引用此计算机上缺少的NuGet包。使用NuGet Package Restore下载它们。 有关详细信息,请参阅http://go.microsoft.com/fwlink/?LinkID=322105。缺少的
文件是.. \ packages.\\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets。
但是当我查看以下文件夹时:
.. \ packagesages \ Microsoft.Bcl.Build.1.0.21\build
我看到的文件是:Microsoft.Bcl.Build.targets。
提前致谢指针/建议。
Trying to build a piece of sample code from Github and I got the error message of:
Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets.
BUT when I look into the folder of:
..\packages\Microsoft.Bcl.Build.1.0.21\build
I do see the file: Microsoft.Bcl.Build.targets.
Thanks in advance for any pointer/suggestion.
这篇关于困惑于VS 2017上的nuget包恢复的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!