[.NET 10] invent a "recommended min OS version" for 24 #9527
Labels
Area: App+Library Build
Issues when building Library projects or Application projects.
Milestone
Android framework version
net9.0-android
Affected platform version
any
Description
We would like to bump the minimum Android OS version to 24 (instead of 21), but we need to do it in a non-disruptive way.
I propose something like:
SupportedOSPlatformVersion=24
in project templatesSupportedOSPlatformVersion=24
is the defaultSupportedOSPlatformVersion=21
, for exampleSupportedOSPlatformVersion < 24
Steps to Reproduce
Ideally, it would:
dotnet new android
dotnet build
minSdkVersion="24"
in the resulting.apk
Did you find any workaround?
Set
SupportedOSPlatformVersion=24
manually.The text was updated successfully, but these errors were encountered: