我想在我的Xamarin多平台项目上使用 Emgu ,但是由于 ZedGraph 不兼容而不能使用。
我正在使用 Emgu.CV(4.0.1.3373)和 ZedGraph(5.1.7)在 Visual Studio 2019 中工作。我使用NuGet软件包管理器安装了 Emgu.CV ,它需要 ZedGraph 才能正常工作。
安装后,出现以下错误(翻译):
NU1202 : Package ZedGraph 5.1.7 is not compatible with monoandroid81 (MonoAndroid,Version=v8.1). Package ZedGraph 5.1.7 supports : net35-client (.NETFramework,Version=v3.5,Profile=Client)
在解决方案资源管理器 Solution> Dependencies> NuGet> EMGU.CV(4.0.1.3373)> ZedGraph(5.1.7)上,我有以下警告;
Package 'ZedGraph 5.1.7' was restored using '.NetFramework, Version=v4.6.1' instead of the project target framework '.NETStandard, Version=v2.0'. This package may not be fully compatible with your project.
我在这里看到http://www.emgu.com/forum/viewtopic.php?t=18145,我需要Visual Studio的商业许可证才能将Emgu.Util与Emgu.CV一起安装。
我真的需要购买许可证还是有解决此问题的方法?
编辑:它是Emgu(不是Visual Studio)的许可
答案 0 :(得分:1)
谢谢卡宾枪。
实际上需要商业许可证。