|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))"> |
4 | | - <TargetFrameworks>net8.0-android</TargetFrameworks> |
| 4 | + <TargetFrameworks>net9.0-android</TargetFrameworks> |
5 | 5 | </PropertyGroup> |
6 | 6 |
|
7 | 7 | <PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Windows'))"> |
8 | | - <TargetFrameworks>net8.0-android;net8.0-windows10.0.19041.0</TargetFrameworks> |
| 8 | + <TargetFrameworks>net9.0-android;net9.0-windows10.0.19041.0</TargetFrameworks> |
9 | 9 | </PropertyGroup> |
10 | 10 |
|
11 | 11 | <!-- macOS-only: Android + iOS + MacCatalyst --> |
12 | 12 | <PropertyGroup Condition="$([MSBuild]::IsOSPlatform('OSX'))"> |
13 | | - <TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks> |
| 13 | + <TargetFrameworks>net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks> |
14 | 14 | </PropertyGroup> |
15 | 15 |
|
16 | | - <PropertyGroup Condition="'$(TargetFramework)' == 'net8.0-maccatalyst'"> |
| 16 | + <PropertyGroup Condition="'$(TargetFramework)' == 'net9.0-maccatalyst'"> |
17 | 17 | <RuntimeIdentifiers>maccatalyst-x64;maccatalyst-arm64</RuntimeIdentifiers> |
18 | 18 | </PropertyGroup> |
19 | 19 |
|
|
265 | 265 | <RuntimeIdentifiers>maccatalyst-x64</RuntimeIdentifiers> |
266 | 266 | </PropertyGroup> |
267 | 267 |
|
268 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-android|AnyCPU'"> |
| 268 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net9.0-android|AnyCPU'"> |
269 | 269 | <AndroidPackageFormat>apk</AndroidPackageFormat> |
270 | 270 | </PropertyGroup> |
271 | 271 |
|
272 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-ios|AnyCPU'"> |
| 272 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net9.0-ios|AnyCPU'"> |
273 | 273 | <MtouchLink>None</MtouchLink> |
274 | 274 | <PublishTrimmed>true</PublishTrimmed> |
275 | 275 | </PropertyGroup> |
276 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-ios|AnyCPU'"> |
| 276 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net9.0-ios|AnyCPU'"> |
277 | 277 | <MtouchLink>SdkOnly</MtouchLink> |
278 | 278 | <PublishTrimmed>true</PublishTrimmed> |
279 | 279 | </PropertyGroup> |
280 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-windows10.0.19041.0|AnyCPU'"> |
| 280 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net9.0-windows10.0.19041.0|AnyCPU'"> |
281 | 281 | <DefineConstants>$(DefineConstants)TRACE</DefineConstants> |
282 | 282 | </PropertyGroup> |
283 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-windows10.0.19041.0|AnyCPU'"> |
| 283 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net9.0-windows10.0.19041.0|AnyCPU'"> |
284 | 284 | <DefineConstants>$(DefineConstants)TRACE</DefineConstants> |
285 | 285 | <Optimize>False</Optimize> |
286 | 286 | </PropertyGroup> |
287 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-android|AnyCPU'"> |
| 287 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net9.0-android|AnyCPU'"> |
288 | 288 | <Optimize>False</Optimize> |
289 | 289 | </PropertyGroup> |
290 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-maccatalyst|AnyCPU'"> |
| 290 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net9.0-maccatalyst|AnyCPU'"> |
291 | 291 | <Optimize>False</Optimize> |
292 | 292 | </PropertyGroup> |
293 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-ios15.4|AnyCPU'"> |
| 293 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net9.0-ios15.4|AnyCPU'"> |
294 | 294 | <Optimize>False</Optimize> |
295 | 295 | </PropertyGroup> |
296 | 296 |
|
|
0 commit comments