警告 NU1603 Microsoft.NETCore.UniversalWindowsPlatform 6.2.0-preview1-26926-04
Warning NU1603 Microsoft.NETCore.UniversalWindowsPlatform 6.2.0-preview1-26926-04
我有 windows 10 1809,目标版本和最小版本都是 build 17763
使用 Microsoft.NETCore.UniversalWindowsPlatform v6.2.0-preview1-26926-04 和 Microsoft.UI.XAML v2.1.181025003-prerelease
构建时我看到警告
Severity Code Description Project File Line Suppression State
Warning NU1603 Microsoft.NETCore.UniversalWindowsPlatform 6.2.0-preview1-
26926-04 depends on Microsoft.Net.Native.Compiler (>= 2.2.0-rel-26924-00)
but Microsoft.Net.Native.Compiler 2.2.0-rel-26924-00 was not found. An
approximate best match of Microsoft.Net.Native.Compiler 2.2.0-rel-26924-01
was resolved.
Microsoft.NETCore.UniversalWindowsPlatform 6.2.0-preview1-
26926-04 depends on Microsoft.Net.Native.Compiler (>= 2.2.0-rel-26924-00)
but Microsoft.Net.Native.Compiler 2.2.0-rel-26924-00 was not found. An
approximate best match of Microsoft.Net.Native.Compiler 2.2.0-rel-26924-01
was resolved.
警告信息显示 Microsoft.Net.Native.Compiler 2.2.0-rel-26924-00
未找到。最佳匹配是 Microsoft.Net.Native.Compiler
2.2.0-rel-26924-01。您可以使用程序包管理器控制台通过以下命令手动安装它。
Install-Package Microsoft.Net.Native.Compiler -Version 2.2.0-rel-26924-01
我有 windows 10 1809,目标版本和最小版本都是 build 17763
使用 Microsoft.NETCore.UniversalWindowsPlatform v6.2.0-preview1-26926-04 和 Microsoft.UI.XAML v2.1.181025003-prerelease
构建时我看到警告
Severity Code Description Project File Line Suppression State
Warning NU1603 Microsoft.NETCore.UniversalWindowsPlatform 6.2.0-preview1-
26926-04 depends on Microsoft.Net.Native.Compiler (>= 2.2.0-rel-26924-00)
but Microsoft.Net.Native.Compiler 2.2.0-rel-26924-00 was not found. An
approximate best match of Microsoft.Net.Native.Compiler 2.2.0-rel-26924-01
was resolved.
Microsoft.NETCore.UniversalWindowsPlatform 6.2.0-preview1- 26926-04 depends on Microsoft.Net.Native.Compiler (>= 2.2.0-rel-26924-00) but Microsoft.Net.Native.Compiler 2.2.0-rel-26924-00 was not found. An approximate best match of Microsoft.Net.Native.Compiler 2.2.0-rel-26924-01 was resolved.
警告信息显示 Microsoft.Net.Native.Compiler 2.2.0-rel-26924-00
未找到。最佳匹配是 Microsoft.Net.Native.Compiler
2.2.0-rel-26924-01。您可以使用程序包管理器控制台通过以下命令手动安装它。
Install-Package Microsoft.Net.Native.Compiler -Version 2.2.0-rel-26924-01