File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net8 .0-android;net8 .0-ios;net8 .0-maccatalyst</TargetFrameworks >
4
+ <TargetFrameworks >net9 .0-android;net9 .0-ios;net9 .0-maccatalyst</TargetFrameworks >
5
5
<TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks >
6
6
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
7
7
<!-- <TargetFrameworks>$(TargetFrameworks);net8.0-tizen</TargetFrameworks> -->
8
8
<UseMaui >true</UseMaui >
9
9
<SingleProject >true</SingleProject >
10
10
<ImplicitUsings >disable</ImplicitUsings >
11
11
12
- <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >11.0 </SupportedOSPlatformVersion >
12
+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >12.2 </SupportedOSPlatformVersion >
13
13
<SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'" >13.1</SupportedOSPlatformVersion >
14
14
<SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >21.0</SupportedOSPlatformVersion >
15
15
<SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.17763.0</SupportedOSPlatformVersion >
24
24
</ProjectReference >
25
25
</ItemGroup >
26
26
<ItemGroup >
27
- <PackageReference Include =" Microsoft.Maui.Controls" Version =" $(MauiVersion)" />
28
- <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" Version =" $(MauiVersion)" />
29
27
</ItemGroup >
30
28
31
29
</Project >
You can’t perform that action at this time.
0 commit comments