Xamarin.Android依赖netstandard13包?

Xamarin.Android dependency netstandard13 package?

根据 docs on the .NET Platform Standard,Xamarin 应用似乎可以使用 netstandard13 中的 NuGet 包目标。但是,当我尝试此操作时,在尝试添加 NuGet 时出现以下错误:

 Unable to find a version of 'System.Collections.Concurrent' that is compatible with 'npgsql 3.9.0 constraint: System.Collections.Concurrent (>= 4.0.12-rc2-24027)'.

我正在尝试在 VS2015 更新 2 + RC2 工具上执行此操作。这不可能吗,还有其他方法可以解决这个问题吗?

那个 npgsql 包似乎依赖于预发布包(RC - Release Candidate)。 运行 使用 -pre 选项安装:

Install-Package npgsql -pre