2016-05-23 36 views
0

根据docs on the .NET Platform Standard,Xamarin应用似乎应该可以使用NuGet软件包targetin netstandard13。然而,当我试试这个,我得到了下面的错误,而试图添加的NuGet:Xamarin.Android依赖netstandard13包?

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的工具。这是不可能的,是否有另一种方法来解决这个问题?

回答

0

该npgsql包似乎取决于预发行包(RC - 发布候选)。使用-pre选项运行安装:

Install-Package npgsql -pre