本文介绍了困惑于VS 2017上的nuget包恢复的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

尝试从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包恢复的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-03 22:16
查看更多