oxyplot / oxyplot-xamarin

OxyPlot for Xamarin.Mac and Xamarin.Forms
MIT License
64 stars 59 forks source link

Package OxyPlot.Xamarin.Forms 1.0.0 is not compatible with xamarinmac20 #100

Closed olivercortinas closed 1 year ago

olivercortinas commented 4 years ago

I was trying to install OXYPLOT.XAMARIN.FORMS by nuget to a Xamarin.Forms project and get this exception:

Package OxyPlot.Xamarin.Forms 1.0.0 is not compatible with xamarinmac20 (Xamarin.Mac,Version=v2.0) / win-x64. Package OxyPlot.Xamarin.Forms 1.0.0 supports:

Any idea?

objorke commented 4 years ago

I think we release a pre-release package that works with more recent versions of Xamarin. I recommend including the OxyPlot Xamarin as a git submodule/subtree and building these projects yourself from the latest source code.

objorke commented 4 years ago

See #84

janusw commented 1 year ago

We just published a new package that includes Mac support (https://www.nuget.org/packages/OxyPlot.Xamarin.Forms/2.0.0-beta.1), which should fix this issue.