Skip to content

Commit 6ad1c83

Browse files
committed
More changes
1 parent 066f900 commit 6ad1c83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

9.0/Apps/WhatToEat/src/WhatToEat/WhatToEat.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<!-- Required for C# Hot Reload -->
2222
<UseInterpreter Condition="'$(Configuration)' == 'Debug'">True</UseInterpreter>
2323

24-
<SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net8.0-ios'">13.6</SupportedOSPlatformVersion>
25-
<SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net8.0-maccatalyst'">14.0</SupportedOSPlatformVersion>
26-
<SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net8.0-android'">21.0</SupportedOSPlatformVersion>
24+
<SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net9.0-ios'">13.6</SupportedOSPlatformVersion>
25+
<SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net9.0-maccatalyst'">14.0</SupportedOSPlatformVersion>
26+
<SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net9.0-android'">21.0</SupportedOSPlatformVersion>
2727
<SupportedOSPlatformVersion Condition="$(TargetFramework.Contains('-windows'))">10.0.17763.0</SupportedOSPlatformVersion>
2828
<TargetPlatformMinVersion Condition="$(TargetFramework.Contains('-windows'))">10.0.17763.0</TargetPlatformMinVersion>
2929
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>

0 commit comments

Comments
 (0)