eko*_*lis 4 nuget xamarin xamarin.forms uwp
这是完整的错误:
您的项目文件未将“win10”列为“RuntimeIdentifier”。您应该将“win10”添加到项目文件中的“RuntimeIdentifiers”属性,然后重新运行 NuGet 还原。
我在文本编辑器中打开了 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>
Run Code Online (Sandbox Code Playgroud)
保存 csproj,在 VS 中重新加载它并运行 nuget restore。
eko*_*lis -3
我必须做的是:
| 归档时间: |
|
| 查看次数: |
4628 次 |
| 最近记录: |