gpt4 book ai didi

xamarin - 您的项目文件未将 'win10' 列为 "RuntimeIdentifier"... 运行 Xamarin UWP 项目时的错误

转载 作者:行者123 更新时间:2023-12-03 20:27:43 31 4
gpt4 key购买 nike

这是完整的错误:

Your project file doesn't list 'win10' as a "RuntimeIdentifier". You should add 'win10' to the "RuntimeIdentifiers" property in your project file and then re-run NuGet restore.



我在文本编辑器中打开了 csproj 文件,但我没有看到任何 RuntimeIdentifiers属性所以我不知道在哪里添加“win10”...

最佳答案

卸载 .csproj ,在编辑器中打开它并添加以下内容:

 <PropertyGroup>
<RuntimeIdentifiers>win10-arm;win10-arm-aot;win10-arm64-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot</RuntimeIdentifiers>
</PropertyGroup>

保存 csproj,在 VS 中重新加载它并运行 nuget restore。

关于xamarin - 您的项目文件未将 'win10' 列为 "RuntimeIdentifier"... 运行 Xamarin UWP 项目时的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57292495/

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