C# 如何安装Emgu.cv xamarin表单

C# 如何安装Emgu.cv xamarin表单,c#,xamarin.forms,C#,Xamarin.forms,我的问题很简单,我想通过nuget软件包在xamarin表单中安装emgu.cv,但它返回错误 Error NU1202 Package ZedGraph 5.1.7 is not compatible with xamarinios10 (Xamarin.iOS,Version=v1.0) / win-x64. Package ZedGraph 5.1.7 supports: net35-client (.NETFramework,Version=v3.5,Profile=Client)

我的问题很简单,我想通过nuget软件包在xamarin表单中安装emgu.cv,但它返回错误

Error   NU1202  Package ZedGraph 5.1.7 is not compatible with xamarinios10 (Xamarin.iOS,Version=v1.0) / win-x64. Package ZedGraph 5.1.7 supports: net35-client (.NETFramework,Version=v3.5,Profile=Client)  App19.iOS   

Error   NU1202  Package ZedGraph 5.1.7 is not compatible with monoandroid90 (MonoAndroid,Version=v9.0). Package ZedGraph 5.1.7 supports: net35-client (.NETFramework,Version=v3.5,Profile=Client)   App19.Android   C:\Users\bonka\source\repos\App19\App19\App19.Android\App19.Android.csproj  1   

错误告诉您问题出在哪里。。。显然,该软件包与项目中的iOS和Android版本都不兼容。是的,这就是原因。请看:Emgu CV Nuget软件包的目标是.Net framework而不是.Net标准framework,它仅适用于Windows桌面应用程序。Xamarin表单仅支持iOS、Android、UWP和Mac,与Emgu CV nuget pacakge不兼容。