xamarin / Xamarin.Auth

Xamarin.Auth
Apache License 2.0
541 stars 351 forks source link

Failing to install in Android project #301

Closed stesvis closed 6 years ago

stesvis commented 6 years ago

Xamarin.Auth Issue

I am trying to install the package v1.6.0.2 to my app but it fails on the android project and the .Net Standard 2.0 project with:

NU1107: Version conflict detected for Xamarin.Android.Support.Compat. Reference the package directly from the project to resolve this issue. VeloGuideApp.Android -> Xamarin.Android.Support.v7.MediaRouter 27.0.2 -> Xamarin.Android.Support.v7.Palette 27.0.2 -> Xamarin.Android.Support.Compat (= 27.0.2) VeloGuideApp.Android -> Xamarin.Auth 1.6.0.2 -> Xamarin.Android.Support.CustomTabs 25.4.0.2 -> Xamarin.Android.Support.Compat (= 25.4.0.2).

It only worked in the iOS project. Is it going to be compatible with the 27.0.2 version of those other packages?