美好的一天。我试图在Visual Studio 2015中安装OxyPlot NuGet包。但是,我没有成功这样做。我将在我的Xamarin.Forms便携式应用程序中使用它来创建饼图。
首先我已经安装 OxyPlot.Core v1.0.0-unstable2100 ,然后 OxyPlot v1.0.0-unstable2100 ,但是当我尝试安装最后一个我需要哪个 OxyPlot.Xamarin.Forms ,它会提示错误说
无法找到' OxyPlot.Core'的版本。与' OxyPlot.WindowsForms 1.0.0-unstable2100约束兼容:OxyPlot.Core(= 1.0.0-unstable2100)' OxyPlot.Wpf 1.0.0-unstable2100约束:OxyPlot。核心(= 1.0.0-unstable2100)' OxyPlot.Xamarin.Forms 1.0.0-unstable1983约束:OxyPlot.Core(= 1.0.0-unstable1983)'。
您认为这背后的原因是什么?
安装OxyPlot包时是否有订单?我需要先安装哪个软件包?
感谢您的帮助。
答案 0 :(得分:2)
在NuGet时,无需按特定顺序安装任何内容。任何类型的依赖项都将自动下载。换句话说,当您将OxyPlot.Xamarin.Forms
- 包添加到项目中时,也会添加OxyPlot.Core
的更正版本。
OxyPlot.Xamarin.Forms
- 包也可以在官方nuget.org NuGet Feed中找到,但由于它是预发行版,请确保您已选择包含预先发布选项在Visual Studio的 Manage NuGet Packages 窗口中。
我刚试过它,似乎有效。祝你好运!
答案 1 :(得分:1)
请参阅:http://www.oxyplot.org/announcements/nuget-packages
要使用这些包,您必须将myget Feed https://www.myget.org/F/oxyplot添加为包源。