As discussed a couple things can improve upon fcd7cf8:
- We should support
@(AndroidLibrary) in "legacy" Xamarin.Android and document it. It seems like a convenience that would not be to difficult to support.
- We should "hide" the old item groups in .NET 6 (via
@(AvailableItemName)) so they don't appear in the dropdown in IDEs.
@(AndroidNativeLibrary) should remain distinct from @(AndroidLibrary) as the %(Bind) and %(Abi) metadata do not really make sense for both types of libraries.
As discussed a couple things can improve upon fcd7cf8:
@(AndroidLibrary)in "legacy" Xamarin.Android and document it. It seems like a convenience that would not be to difficult to support.@(AvailableItemName)) so they don't appear in the dropdown in IDEs.@(AndroidNativeLibrary)should remain distinct from@(AndroidLibrary)as the%(Bind)and%(Abi)metadata do not really make sense for both types of libraries.