We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
We would like migrate own project with .net 6 ios. But the package "OxyPlot.Xamarin.iOS" doesn't work. We can't install de package.
NU1202: Package OxyPlot.Xamarin.iOS 1.1.0-unstable0011 is not compatible with net6.0-ios15.2 (.NETCoreApp,Version=v6.0). OxyPlot.Xamarin.iOS 1.1.0-unstable0011 package supports: xamarinios10 (Xamarin.iOS,Version=v1.0)
Is it possible to have a "net6.0-ios" target?
The text was updated successfully, but these errors were encountered:
I've just pushed a new Nuget package for Net 7.0 for iOS, as I need it for the migrated iOS app.
Nuget: https://www.nuget.org/packages/Tnn.OxyPlot.Xamarin.iOS/ Source: https://github.com/trinnguyen/xamarin-bindings/tree/master/OxyPlot.Xamarin.iOS
Try use them while waiting for the team to push new version.
Sorry, something went wrong.
Hey! Thanks for the package! I installed it but panning/zooming still doesn't work with Oxyplot.Core 2.1.2 in iOS. I have net 7.0 ios project.
I'll note that there is a Oxyplot port for Maui now: https://github.com/oxyplot/oxyplot-maui First packages available here: https://www.nuget.org/packages/OxyPlot.Maui.Skia
Does this work for you guys?
No branches or pull requests
Hello,
We would like migrate own project with .net 6 ios. But the package "OxyPlot.Xamarin.iOS" doesn't work.
We can't install de package.
NU1202: Package OxyPlot.Xamarin.iOS 1.1.0-unstable0011 is not compatible with net6.0-ios15.2 (.NETCoreApp,Version=v6.0). OxyPlot.Xamarin.iOS 1.1.0-unstable0011 package supports: xamarinios10 (Xamarin.iOS,Version=v1.0)
Is it possible to have a "net6.0-ios" target?
The text was updated successfully, but these errors were encountered: