We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9710cba commit 8bdff42Copy full SHA for 8bdff42
demos/MAUITodo/MAUITodo.csproj
@@ -28,6 +28,8 @@
28
<WindowsPackageType>None</WindowsPackageType>
29
<WindowsAppSDKSelfContained Condition="'$(IsUnpackaged)' == 'true'">true</WindowsAppSDKSelfContained>
30
<SelfContained Condition="'$(IsUnpackaged)' == 'true'">true</SelfContained>
31
+
32
+ <MauiVersion>8.0.90</MauiVersion>
33
34
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion>
35
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
0 commit comments