oxyplot / oxyplot-xamarin

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

Migrate projects from packages.config to PackageReference #130

Closed janusw closed 1 year ago

janusw commented 1 year ago

This PR migrates the OxyPlot.Xamarin.* projects to the newer PackageReference style and removes the packages.config files, see https://learn.microsoft.com/en-us/nuget/consume-packages/migrate-packages-config-to-package-reference

For OxyPlot.Xamarin.Android, OxyPlot.Xamarin.iOS and OxyPlot.Xamarin.Mac, this migration was done automatically via VS2022. For the others projects this was not possible for some reason, so I simply removed the packages.config files there. It was not necessary to add any PackageReferences manually to make the solution build.

janusw commented 1 year ago

Just to make sure, I verified that the packages generated in this PR still work well in a Xamarin.Forms app on Android and iOS.