Have an existing simple project - 1 view, a couple ViewModels and a few styles.
With XF2.5.blah.blah it builds fine.
I figured it would be a good test subject for upgrading to XF3
There were the typical issues with nugets. Resolved them by clearing the Nuget cache in Visual Studio and nuking the bin
and obj
directories, then restarting Visual Studio.
One problem remains. Xamarin.Android.Support.Core.UI
version 27.0.2 is installed. When I build however VS complains that version 26.0.2 was not found
Really? What the?
Anyone else encounter this when upgrading to XF3?