无法为 UWP 应用程序安装 Google.FlatBuffers Nuget 包

问题描述 投票:0回答:1

我在为 UWP 应用程序安装 FlatBuffers 包时遇到以下错误 NU1202:软件包 Google.FlatBuffers 24.3.25 与 uap10.0.17763 (UAP,版本=v10.0.17763) / win10-x86 不兼容。软件包 Google.FlatBuffers 24.3.25 支持:

  • net6.0(.NETCoreApp,版本=v6.0)
  • net8.0(.NETCoreApp,版本=v8.0)
  • netstandard2.1(.NETStandard,版本=v2.1)
xaml uwp uwp-xaml flatbuffers
1个回答
0
投票

抱歉,目前 UWP 仅支持 .NET Standard 2.0。 UWP 不支持

.NET Standard 2.1
.net6 
.net8

相关讨论可以在这里找到。

https://developercommunity.visualstudio.com/t/Add-NET-678-support-to-UWP/1596483 https://stackoverflow.com/a/58077778/17316773

© www.soinside.com 2019 - 2024. All rights reserved.