You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 9 (and 8 as well) all Xamarin.AndroidX.Lifecycle.* NuGets are referencing an older version (2.8.6) which makes it impossible to upgrade to i.e. my app requires Xamarin.GooglePlayServices.Cast.Framework v122.0.0.1 which requires v2.8.7.1 of those Xamarin.AndroidX.Lifecycle.* NuGets
Does the library requires exact version of those libraries?
The text was updated successfully, but these errors were encountered:
Same problem here.
warning NU1608: Detected package version outside of dependency constraint: Xamarin.AndroidX.Lifecycle.Process 2.8.5.1 requires Xamarin.AndroidX.Lifecycle.Runtime (>= 2.8.5.1 && < 2.8.6) but version Xamarin.AndroidX.Lifecycle.Runtime 2.8.6 was resolved.
This error brakes "publish" for Android on .MAUI 9
In version 9 (and 8 as well) all
Xamarin.AndroidX.Lifecycle.*
NuGets are referencing an older version (2.8.6) which makes it impossible to upgrade to i.e. my app requiresXamarin.GooglePlayServices.Cast.Framework
v122.0.0.1 which requires v2.8.7.1 of thoseXamarin.AndroidX.Lifecycle.*
NuGetsDoes the library requires exact version of those libraries?
The text was updated successfully, but these errors were encountered: