|
57 | 57 |
|
58 | 58 | <!--<UnoTargetFrameworks>net9.0;net9.0-android;net9.0-browserwasm;net9.0-desktop;net9.0-ios;net9.0-windows10.0.19041.0</UnoTargetFrameworks>--> |
59 | 59 |
|
60 | | - <!-- Cross-platform .NET 9 target (non-Windows only) --> |
61 | | - <UnoCrossPlatformNet9>net9.0;net9.0-desktop;net9.0-browserwasm</UnoCrossPlatformNet9> |
| 60 | + <!-- Cross-platform targets (non-Windows only) --> |
| 61 | + <UnoCrossPlatformTargets>net9.0;net9.0-desktop;net9.0-browserwasm;net10.0;net10.0-desktop;net10.0-browserwasm</UnoCrossPlatformTargets> |
62 | 62 |
|
63 | | - <!-- Windows-specific desktop TFMs (includes Windows-specific .NET 9) --> |
64 | | - <UnoWindowsDesktopTargets>net9.0-windows10.0.19041.0</UnoWindowsDesktopTargets> |
| 63 | + <!-- Windows-specific desktop TFMs --> |
| 64 | + <UnoWindowsDesktopTargets>net9.0-windows10.0.19041.0;net10.0-windows10.0.19041.0</UnoWindowsDesktopTargets> |
65 | 65 |
|
66 | 66 | <!-- Mobile TFMs separated by platform --> |
67 | | - <UnoMobileAndroidTargets>net9.0-android</UnoMobileAndroidTargets> |
68 | | - <UnoMobileAppleTargets>net9.0-ios</UnoMobileAppleTargets> |
| 67 | + <UnoMobileAndroidTargets>net9.0-android;net10.0-android</UnoMobileAndroidTargets> |
| 68 | + <UnoMobileAppleTargets>net9.0-ios;net10.0-ios</UnoMobileAppleTargets> |
| 69 | + |
| 70 | + <!-- Test project target frameworks --> |
| 71 | + <TestProjectTargetFrameworks>net9.0;net10.0</TestProjectTargetFrameworks> |
69 | 72 | </PropertyGroup> |
70 | 73 |
|
71 | 74 | <PropertyGroup> |
72 | 75 | <!-- Start with base TFMs that are always included --> |
73 | | - <UnoTargetFrameworks>$(UnoCrossPlatformNet9)</UnoTargetFrameworks> |
| 76 | + <UnoTargetFrameworks>$(UnoCrossPlatformTargets)</UnoTargetFrameworks> |
74 | 77 |
|
75 | 78 | <!-- Add Android targets (Linux, macOS, Windows can all compile Android) --> |
76 | 79 | <UnoTargetFrameworks>$(UnoTargetFrameworks);$(UnoMobileAndroidTargets)</UnoTargetFrameworks> |
77 | 80 |
|
78 | | - <!-- Add Windows Desktop TFMs only when building on Windows (includes net9.0-windows) --> |
| 81 | + <!-- Add Windows Desktop TFMs only when building on Windows --> |
79 | 82 | <UnoTargetFrameworks Condition="$([MSBuild]::IsOsPlatform('Windows'))">$(UnoTargetFrameworks);$(UnoWindowsDesktopTargets)</UnoTargetFrameworks> |
80 | 83 |
|
81 | 84 | <!-- Add Apple Mobile TFMs when building on macOS or Windows (both can compile Apple frameworks) --> |
|
0 commit comments