dotnet / docs-maui

This repository contains documentation for .NET Multi-platform App UI (MAUI).
https://docs.microsoft.com/dotnet/maui
Creative Commons Attribution 4.0 International
227 stars 200 forks source link

Xamarin nuget packages after maui app upgrade #1531

Open tmatt95 opened 1 year ago

tmatt95 commented 1 year ago

Apologies if I have missed something on this.

Do I need to worry about the Xamarin.AndroidX. * / Xamarin.GooglePlayServices nuget packages after following the guide?

If there are MAUI alternative packages is there a document which links the Xamarin packages with the ones that replace them?

Thanks for your help in advance,

Matt


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

jonathanpeppers commented 1 year ago

If you look at any package on NuGet.org (I just chose a random AndroidX package):

https://www.nuget.org/packages/Xamarin.AndroidX.AppCompat#supportedframeworks-body-tab

If you see .NET 6+ on the Frameworks tab, then it's supported in .NET 6+ and .NET MAUI.

Generally, all the Xamarin.AndroidX/GooglePlayService packages are still supported in .NET 6+. If you have any older Xamarin.Android.Support.* packages those are not supported, but Google no longer supports them either.