Android framework version
net10.0-android (Preview)
Affected platform version
.NET 10
Description
Xamarin.Android.Bindings.targets was only ever used/imported in Xamarin.Android and is not used in .NET 6+ projects.
- Remove
Xamarin.Android.Bindings.targets and references to it
- There are a few Xamarin.Android projects left in the repo that import:
- Just leave those as-is ^^
- Remove all usage of the private
$(_AndroidIsBindingProject) MSBuild property, and inline everything as if the value is always blank.
$(_AndroidIsBindingProject) can never be true in .NET 6+
Steps to Reproduce
n/a
Did you find any workaround?
No response
Relevant log output