gpt4 book ai didi

xamarin - 为什么我会收到警告NU1605,它以蓝色显示

转载 作者:行者123 更新时间:2023-12-02 10:56:15 34 4
gpt4 key购买 nike

突然收到以下警告时,我有一个正在运行的应用程序:
“警告NU1605检测到程序包降级:Microsoft.NETCore.UniversalWindowsPlatform从6.2.9到6.1.9。”
在试图弄清楚发生了什么时,我发现一个没有添加代码的新项目也将得到此错误。
我还发现我可以在记事本中打开.csproj文件,并将行从6.1.9更改为6.2.9,但是想知道为什么我必须这样做或应该做些什么。

最佳答案

"Warning NU1605 Detected package downgrade: Microsoft.NETCore.UniversalWindowsPlatform from 6.2.9 to 6.1.9."


从共享的警告日志中,您需要将Nuget包( Microsoft.NETCore.UniversalWindowsPlatform )形式从 6.1.9更新为 6.2.9
关于更新可以遵循以下步骤:
单击 工具-> Nuget程序包管理器-> Manange Nuget解决方案程序包...
enter image description here
然后在Installed中将看到nuget软件包:
enter image description here
选择要安装的版本:
enter image description here

关于xamarin - 为什么我会收到警告NU1605,它以蓝色显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63349575/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com