Skip to content

Commit 8bdff42

Browse files
committed
Hardcoded MAUI version for dependencies.
1 parent 9710cba commit 8bdff42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demos/MAUITodo/MAUITodo.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
<WindowsPackageType>None</WindowsPackageType>
2929
<WindowsAppSDKSelfContained Condition="'$(IsUnpackaged)' == 'true'">true</WindowsAppSDKSelfContained>
3030
<SelfContained Condition="'$(IsUnpackaged)' == 'true'">true</SelfContained>
31+
32+
<MauiVersion>8.0.90</MauiVersion>
3133

3234
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion>
3335
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>

0 commit comments

Comments
 (0)