oxyplot / documentation-examples

examples used in the documentation
MIT License
43 stars 145 forks source link

Target framework problem #11

Open karkirowle opened 7 years ago

karkirowle commented 7 years ago

While downloading the Oxyplot.Xamarin.Mac to Visual Studio for Mac it says it is not compatible with the current framework, and swapping frame doesn't work. This is especially odd, because the same framework is used in the example (according to .csproj file), though another version (which could explain the error?). The error: Could not install package 'OxyPlot.Core 2015.1.989-alpha'. You are trying to install this package into a project that targets 'Xamarin.Mac,Version=v2.0', 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 Related StackOverflow question: https://stackoverflow.com/questions/39519948/xamarin-mac-draw-a-graph

objorke commented 7 years ago

Oxyplot.Xamarin.Mac is still in early alpha quality I think. Need to update it to the latest OxyPlot.Core (v1.0 should be on nuget and v2.0-prerelease on myget). We are also changing OxyPlot.Core to netstandard 1.x...