@H_502_1@我从TFS下载了Xamarin解决方案,现在需要恢复NuGet包.我试着这样做:
Update-Package -reinstall -Project ProjectName
但它没有用,我收到了这条消息:
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.
如何恢复NuGet包?我试图手动下载android_m2repository,Clean Solution,删除bin / obj,重建 – NOT WORKING,仍然:
An error occurred trying to install required android components on Project
UPD:
我也试过Update-Package -reinstall
– 没工作:
This project references NuGet package(s) that are missing on this computer.