|
7 | 7 | <SingleProject>true</SingleProject> |
8 | 8 | <ImplicitUsings>enable</ImplicitUsings> |
9 | 9 |
|
10 | | - <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net8.0-ios'">16.4.7142</SupportedOSPlatformVersion> |
11 | | - <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net8.0-maccatalyst'">16.4.7142</SupportedOSPlatformVersion> |
12 | | - <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net8.0-android'">33.0.95</SupportedOSPlatformVersion> |
| 10 | + <!-- net8.0 --> |
| 11 | + <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net8.0-ios'">17.2</SupportedOSPlatformVersion> |
| 12 | + <TargetPlatformVersion Condition="'$(TargetFramework)' == 'net8.0-ios'">17.2</TargetPlatformVersion> |
13 | 13 |
|
| 14 | + <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net8.0-maccatalyst'">17.2</SupportedOSPlatformVersion> |
| 15 | + <TargetPlatformVersion Condition="'$(TargetFramework)' == 'net8.0-maccatalyst'">17.2</TargetPlatformVersion> |
| 16 | + |
| 17 | + <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net8.0-android'">34</SupportedOSPlatformVersion> |
| 18 | + <TargetPlatformVersion Condition="'$(TargetFramework)' == 'net8.0-android'">34</TargetPlatformVersion> |
| 19 | + |
| 20 | + <!-- net9.0 --> |
14 | 21 | <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net9.0-ios'">18.0</SupportedOSPlatformVersion> |
| 22 | + <TargetPlatformVersion Condition="'$(TargetFramework)' == 'net9.0-ios'">18.0</TargetPlatformVersion> |
| 23 | + |
15 | 24 | <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net9.0-maccatalyst'">18.0</SupportedOSPlatformVersion> |
16 | | - <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net9.0-android'">34</SupportedOSPlatformVersion> |
| 25 | + <TargetPlatformVersion Condition="'$(TargetFramework)' == 'net9.0-maccatalyst'">18.0</TargetPlatformVersion> |
| 26 | + |
| 27 | + <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net9.0-android'">35</SupportedOSPlatformVersion> |
| 28 | + <TargetPlatformVersion Condition="'$(TargetFramework)' == 'net9.0-android'">35</TargetPlatformVersion> |
17 | 29 |
|
18 | 30 | <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.19041.0</SupportedOSPlatformVersion> |
19 | 31 | <TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion> |
|
0 commit comments