You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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...
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
The text was updated successfully, but these errors were encountered: