2016-05-23 48 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