Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xamarin.AndroidX.Lifecycle.* NuGets dependencies are referencing an older version #647

Open
dottam opened this issue Nov 13, 2024 · 1 comment

Comments

@dottam
Copy link

dottam commented Nov 13, 2024

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?

@CleverSoftwarePoland
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants