11<Project >
2- <PropertyGroup >
3- <NetVersion >net9.0</NetVersion >
4- <MauiPackageVersion >9.0.100</MauiPackageVersion >
5- <ImplicitUsings >enable</ImplicitUsings >
6- <Nullable >enable</Nullable >
7- <LangVersion >preview</LangVersion >
8- <UseMaui >true</UseMaui >
9- <SingleProject >true</SingleProject >
2+ <PropertyGroup >
3+ <NetVersion >net9.0</NetVersion >
4+ <MauiPackageVersion >9.0.100</MauiPackageVersion >
5+ <ImplicitUsings >enable</ImplicitUsings >
6+ <Nullable >enable</Nullable >
7+ <LangVersion >preview</LangVersion >
8+ <UseMaui >true</UseMaui >
9+ <SingleProject >true</SingleProject >
1010
11- <IsAndroid >false</IsAndroid >
12- <IsIos >false</IsIos >
13- <IsWindows >false</IsWindows >
11+ <IsAndroid >false</IsAndroid >
12+ <IsIos >false</IsIos >
13+ <IsWindows >false</IsWindows >
1414
15- <IsAndroid Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >true</IsAndroid >
16- <IsIos Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >true</IsIos >
17- <IsWindows Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >true</IsWindows >
15+ <IsAndroid Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >true</IsAndroid >
16+ <IsIos Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >true</IsIos >
17+ <IsWindows Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >true</IsWindows >
1818
19- <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >15.0</SupportedOSPlatformVersion >
20- <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >21.0</SupportedOSPlatformVersion >
21- <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.17763.0</SupportedOSPlatformVersion >
22- <TargetPlatformMinVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.17763.0</TargetPlatformMinVersion >
23- </PropertyGroup >
19+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >15.0</SupportedOSPlatformVersion >
20+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >21.0</SupportedOSPlatformVersion >
21+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.17763.0</SupportedOSPlatformVersion >
22+ <TargetPlatformMinVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.17763.0</TargetPlatformMinVersion >
23+ </PropertyGroup >
2424</Project >
0 commit comments