UWP 不支持 Beta 版 nugets?

Beta version nugets not supported by UWP?

我正在尝试使 Npgsql compatible with UWP and running into some issues. I've made it target the dotnet TFM, although unlike some other projects (EF7), Npgsql depends on nugets which only have beta versions on nuget.org (e.g. System.Threading.Thread), or for which only the beta version has my required types (e.g. System.Net.NetworkInformation 4.0.0 没有 PhysicalAddress,但 4.1.0-beta-23225 有)。

尝试构建依赖于 Npgsql 的 UWP 应用程序时,对于 Npgsql 的所有 beta 依赖项,我收到以下构建错误:

System.Net.NetworkInformation 4.1.0-beta-23225 provides a compile-time reference assembly for System.Net.NetworkInformation on UAP,Version=v10.0, but there is no run-time assembly compatible with win10-x86

是不是有些包还没有准备好在 UWP 应用程序中使用,还是我做错了什么?

是的,许多包还没有准备好在 UWP 应用程序中使用,因此您必须等待这些包的新版本。