xamarin / GooglePlayServicesComponents

Other
315 stars 148 forks source link

Update to `net8.0-android`. #877

Closed jpobst closed 3 months ago

jpobst commented 3 months ago

Switch from using net7.0-android to net8.0-android.

Reworks our BuildAll* test suites to actually add the packages to the projects, which results in various errors, predominantly around duplicate managed or Java types. These errors are expected, as there are various packages that aren't intended to be used simultaneously, like Xamarin.GooglePlayServices.Games and Xamarin.GooglePlayServices.Games.V2.

Remove these problematic packages using <PackageReference Remove... />. The remaining packages are tested as expected.