Microsoft.NETCore.UniversalWindowsPlatform 5.2.2 Nuget更新失败

Sha*_*yon 4 c# visual-studio nuget uwp

我正在尝试在我的项目中更新Microsoft.NETCore.UniversalWindowsPlatform Nuget,但我无法这样做.我目前正在使用5.1.0,我正在尝试更新到5.2.2.我尝试更新时的输出如下所示:

Restoring packages for 'MyApp'.
Restoring packages for C:\Users\Shayon\uwp\src\MyApp\project.json...
System.Reflection.Emit.ILGeneration 4.0.1 provides a compile-time reference assembly for System.Reflection.Emit.ILGeneration on UAP,Version=v10.0, but there is no run-time assembly compatible with win10-arm-aot.
Some packages are not compatible with UAP,Version=v10.0 (win10-arm-aot).
System.Reflection.Emit.ILGeneration 4.0.1 provides a compile-time reference assembly for System.Reflection.Emit.ILGeneration on UAP,Version=v10.0, but there is no run-time assembly compatible with win10-x64-aot.
Some packages are not compatible with UAP,Version=v10.0 (win10-x64-aot).
System.Reflection.Emit.ILGeneration 4.0.1 provides a compile-time reference assembly for System.Reflection.Emit.ILGeneration on UAP,Version=v10.0, but there is no run-time assembly compatible with win10-x86-aot.
Some packages are not compatible with UAP,Version=v10.0 (win10-x86-aot).
Package restore failed for 'MyApp'.
Package restore failed. Rolling back package changes for 'MyApp'.
========== Finished ==========
Run Code Online (Sandbox Code Playgroud)

我不确定如何解释此错误消息.它是说UWP不支持反射吗?

我已经尝试清除我的nuget缓存并恢复.我也试过卸载5.1.0并直接安装到5.2.2.我正在使用Nuget版本3.4.4和VS 2015.我还应该提到我已经能够在同一解决方案中更新其他项目的nuget而没有问题.如果它与我的通用Windows最低版本相关,(10.0; Build 10240)而我的目标版本是(10.0; Build 10586)

知道这里出了什么问题吗?

Jim*_*tin 6

这对我有用:

  1. 删除解决方案中对其他项目的所有引用.
  2. 卸载所有nuget软件包(记住你安装了哪些软件包).
  3. Microsoft.NETCore.UniversalWindowsPlatform5.2.2包开始添加nuget 包.
  4. 对解决方案中的所有项目执行步骤1到3
  5. 为解决方案中的每个项目添加所有必要的项目引用.

遵循此过程允许我更新Microsoft.NETCore.UniversalWindowsPlatform程序包以及所有其他给我相同错误的程序包,例如Automapper 4.2.1到5.0.2.