Skip to content

Commit 1c679d9

Browse files
committed
Add supported platforms for Windows and Mac Catalyst
1 parent dcafa91 commit 1c679d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotnet-maui/DittoMauiTasksApp/DittoMauiTasksApp.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">15.0</SupportedOSPlatformVersion>
2222
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">23.0</SupportedOSPlatformVersion>
23+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">15.0</SupportedOSPlatformVersion>
24+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
2325
</PropertyGroup>
2426

2527
<ItemGroup>

0 commit comments

Comments
 (0)