You still have references to the legacy Xamarin.Android.Support
library and that is causing the problem. Note that you might be relying on a component that itself depends on it. Remove all NuGet package references to this package (and related). You can use the Dependencies
node in Solution Explorer to see if there are any transitive dependencies.
Also do a clean build although that shouldn't impact the build references.