Android framework version
net10.0-android (Preview)
Affected platform version
.NET 10
Description
There are a lot of MSBuild files with expressions like:
Condition=" '$(TargetFramework)' == 'monoandroid10' "
These are leftover from Xamarin.Android and can be removed.
- Inline any conditions like this, as if they are
false.
- Remove statements that would never be evaluated