docs-maui icon indicating copy to clipboard operation
docs-maui copied to clipboard

Xamarin nuget packages after maui app upgrade

Open tmatt95 opened this issue 1 year ago • 1 comments

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.

tmatt95 avatar Jun 05 '23 11:06 tmatt95

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.

jonathanpeppers avatar Jun 19 '23 13:06 jonathanpeppers