【发布时间】:2019-01-20 19:28:26
【问题描述】:
我尝试使用 VS2017 社区版从下载的源代码构建项目。出现以下错误
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\Xamarin.Forms.3.2.0.637442-pre1\build\netstandard2.0\Xamarin.Forms.props.
不确定是什么问题。我试过了
- 删除包文件夹并恢复包。
- 删除 obj 和 bin 文件夹。尝试清理重建。
【问题讨论】:
-
尝试从 Visual Studio 中清理项目,然后重新构建它。
-
您似乎没有正确安装该下载对象使用的某些插件。你会发布完整的项目吗?以便我为您测试。
标签: visual-studio xamarin xamarin.forms