File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
9.0/Apps/WhatToEat/src/WhatToEat Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments