我正在尝试将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配置文件版本?
不确定它是否有任何影响,但我正在使用。
发布于 2017-03-03 14:20:25
只需使用Profile44
https://stackoverflow.com/questions/42553665
复制相似问题