We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e76063 commit 8890526Copy full SHA for 8890526
samples/Sample.Maui/Sample.Maui.csproj
@@ -14,7 +14,7 @@
14
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
15
16
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">15.0</SupportedOSPlatformVersion>
17
- <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
+ <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">23.0</SupportedOSPlatformVersion>
18
</PropertyGroup>
19
20
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
0 commit comments