The “ResolveLibraryProjectImports” task failed unexpectedly

后端 未结 24 2161
醉话见心
醉话见心 2021-01-01 09:48

I have a Xamarin project, which is based on MvvmCross. The project is for both iOS and Android. I opened this project in Visual Studio 15. I got some errors, wh

24条回答
  •  天命终不由人
    2021-01-01 09:53

    This happened to me when I accidentally installed nuget packages in a class library that was included in the solution. I just had to uninstall the packages from the class library project.

提交回复
热议问题