我正在将我的Xamarin Android应用程序转换为.NET Standard,其中一部分涉及使UITest项目成为.NET Core 1.1。尝试访问接口IApp
时,出现以下编译器错误:
Reference to type 'FileInfo' claims it is defined in 'mscorlib', but it could not be found.
我的csproj中有一个PackageTargetFallback,让我安装.NET4.5软件包,并为项目安装了Microsoft.NETCore.Portable.Compatibility
nuget软件包。发生了什么事?