【发布时间】:2017-03-18 05:38:47
【问题描述】:
我正在为一个针对不同平台(iOS、Android、UWP)的新项目评估 Xamarin。
当我将 NuGet 包添加到我的 PCL 项目时,我收到以下错误:
不可能安装程序包 « Microsoft.EntityFrameworkCore 1.0.1 »。 Vous essayez d'installer ce package dans un projet ciblant « .NETPortable,Version=v4.5,Profile=Profile111 », mais le package ne contient aucun fichier de contenu ou référence d'assembly compatible avec cette Infrastructure。
所以我猜 Xamarin 不支持 EF Core。
- 有关于此事的任何信息吗?
- Xamarin 将来会支持 EFCore 吗?
- 如果没有,您知道任何其他与 Xamarin 兼容的 ORM 吗?
提前非常感谢, 朱利安
【问题讨论】:
标签: xamarin xamarin.ios xamarin.android uwp entity-framework-core