Skip to content

Commit 5b697f5

Browse files
authored
Uncomment MAUI platform settings in project file
1 parent b0ba286 commit 5b697f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Controls/tests/ManualTests/Controls.ManualTests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
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>

0 commit comments

Comments
 (0)