File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/Controls/tests/ManualTests Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 55 <!-- <UseMaui>true</UseMaui> -->
66 <!-- Uncomment the below line to use the specified .NET MAUI version instead of the version provided by the installed workload -->
77 <!-- <MauiVersion>9.0.100</MauiVersion> -->
8+ <!-- Uncomment the below lines to use the specified (default new .NET MAUI app) platforms instead of a variable value from externally -->
9+ <!-- <MauiManualTestsPlatforms>net9.0-android;net9.0-ios;net9.0-maccatalyst</MauiManualTestsPlatforms> -->
10+ <!-- <MauiManualTestsPlatforms Condition="$([MSBuild]::IsOSPlatform('windows'))">$(MauiManualTestsPreviousPlatforms);net9.0-windows10.0.19041.0</MauiManualTestsPlatforms>-->
811 <TargetFrameworks >$(MauiManualTestsPlatforms)</TargetFrameworks >
912 <TargetFrameworks Condition =" '$(UseMaui)' != 'true' and '$(IncludePreviousTfms)' == 'true' " >$(TargetFrameworks);$(MauiManualTestsPreviousPlatforms)</TargetFrameworks >
1013 <OutputType >Exe</OutputType >
You can’t perform that action at this time.
0 commit comments