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
The `AndroidXMigration` test was failing under a `dotnet` context:
error NU1605: Detected package downgrade: Xamarin.AndroidX.Lifecycle.LiveData from 2.1.0 to 2.1.0-rc1. Reference the package directly from the project to select a different version.
UnnamedProject -> Xamarin.Forms 4.5.0.617 -> Xamarin.AndroidX.Lifecycle.LiveData (>= 2.1.0)
UnnamedProject -> Xamarin.AndroidX.Lifecycle.LiveData (>= 2.1.0-rc1)
error NU1605: Detected package downgrade: Xamarin.Google.Android.Material from 1.0.0 to 1.0.0-rc1. Reference the package directly from the project to select a different version.
UnnamedProject -> Xamarin.Forms 4.5.0.617 -> Xamarin.Google.Android.Material (>= 1.0.0)
UnnamedProject -> Xamarin.Google.Android.Material (>= 1.0.0-rc1)
error NU1605: Detected package downgrade: Xamarin.AndroidX.Legacy.Support.V4 from 1.0.0 to 1.0.0-rc1. Reference the package directly from the project to select a different version.
UnnamedProject -> Xamarin.Forms 4.5.0.617 -> Xamarin.AndroidX.Legacy.Support.V4 (>= 1.0.0)
UnnamedProject -> Xamarin.AndroidX.Legacy.Support.V4 (>= 1.0.0-rc1)
error NU1605: Detected package downgrade: Xamarin.AndroidX.Browser from 1.0.0 to 1.0.0-rc1. Reference the package directly from the project to select a different version.
UnnamedProject -> Xamarin.Forms 4.5.0.617 -> Xamarin.AndroidX.Browser (>= 1.0.0)
UnnamedProject -> Xamarin.AndroidX.Browser (>= 1.0.0-rc1)
Updating to AndroidX.Migration 1.0.6.1 solves this issue. Let's go
ahead and update *all* the `-rc1` packages to use stable versions.
There is a new `Xamarin.AndroidX.AppCompat.AppCompatResources`
dependency needed as well.
I also needed to update some file paths in the tests when `ILLink` is
used for linking.
0 commit comments