xamarin / Essentials

Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
https://aka.ms/xamarin-upgrade
Other
1.52k stars 505 forks source link

[Bug] Xamarin.Essentials not compatible to Xamarin.GooglePlayServices.Ads #2057

Closed uwe-neuronation closed 1 year ago

uwe-neuronation commented 1 year ago

Description

If I try to update Xamarin.GooglePlayServices.Ads to the current version 121.2.0 I get an error message.

Version conflict detected for Xamarin.AndroidX.Browser. Install/reference Xamarin.AndroidX.Browser 1.4.0.1 directly to project xxx.Android to resolve this issue. Neuronation.Android -> Xamarin.GooglePlayServices.Ads 121.2.0 -> Xamarin.AndroidX.Browser (>= 1.4.0.1) Neuronation.Android -> Xamarin.Essentials 1.7.3 -> Xamarin.AndroidX.Browser (>= 1.3.0.5 && < 1.4.0). Restore failed.

Steps to Reproduce

  1. add nuget Xamarin.Essentials 1.7.3
  2. try to add or update Xamarin.GooglePlayServices.Ads 121.2.0

Expected Behavior

both nuget can be installed at the same time, using current version(s)

Actual Behavior

can't update Xamarin.GooglePlayServices.Ads from 120.3.0.5 to 121.2.0 (current)

Basic Information