【发布时间】:2016-06-25 05:08:15
【问题描述】:
Xamarin 是否可以与 .NET mongodb 驱动程序一起使用?尝试通过 Nuget 安装 Mongo 2.2.3 包但得到以下错误:
Adding MongoDB.Driver...
Attempting to resolve dependency 'MongoDB.Bson (≥ 2.2.3)'.
Attempting to resolve dependency 'MongoDB.Driver.Core (≥ 2.2.3)'.
Adding 'MongoDB.Bson 2.2.3' to mdb.
Could not install package 'MongoDB.Bson 2.2.3'. You are trying to install this package into a project that targets 'Xamarin.iOS,Version=v1.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
有人有这方面的经验吗?
谢谢,
克里斯
【问题讨论】:
标签: mongodb xamarin package nuget