docs-maui
docs-maui copied to clipboard
Xamarin nuget packages after maui app upgrade
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.
- ID: 56709a6f-c958-f4ce-1c74-65e20b384611
- Version Independent ID: 56709a6f-c958-f4ce-1c74-65e20b384611
- Content: Upgrade Xamarin.Android, Xamarin.iOS, and Xamarin.Mac projects to .NET - .NET MAUI
- Content Source: docs/migration/native-projects.md
- Product: dotnet-mobile
- Technology: dotnet-maui
- GitHub Login: @davidbritch
- Microsoft Alias: dabritch
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.