Itinero + Mapsui + OsmSharp 的常见 PCL 配置文件版本是多少?
What is the common PCL profile version for Itinero + Mapsui + OsmSharp?
我正在尝试将 Itinero + Mapsui + OsmSharp NuGet 包安装到 Xamarin 的 PCL 项目中。
在尝试使用 Profil49 失败后,我切换到 Profile111 以便能够安装 Mapsui。
但是现在我既不能安装 Itinero 也不能安装 OsmSharp,但出现错误:
Could not install package 'Itinero 0.39.2-rc1'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile111', 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.
应该使用什么 PCL 配置文件版本?
不确定它是否有任何影响,但我将 Visual Studio 用于 Mac。
只需使用Profile44
我正在尝试将 Itinero + Mapsui + OsmSharp NuGet 包安装到 Xamarin 的 PCL 项目中。
在尝试使用 Profil49 失败后,我切换到 Profile111 以便能够安装 Mapsui。 但是现在我既不能安装 Itinero 也不能安装 OsmSharp,但出现错误:
Could not install package 'Itinero 0.39.2-rc1'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile111', 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.
应该使用什么 PCL 配置文件版本?
不确定它是否有任何影响,但我将 Visual Studio 用于 Mac。
只需使用Profile44