|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks> |
5 | | - <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows')) and '$(MSBuildRuntimeType)' == 'Full'">$(TargetFrameworks);net8.0-windows10.0.19041</TargetFrameworks> |
| 4 | + <TargetFrameworks>net9.0;net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks> |
| 5 | + <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows')) and '$(MSBuildRuntimeType)' == 'Full'">$(TargetFrameworks);net9.0-windows10.0.19041</TargetFrameworks> |
6 | 6 | <TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput> |
7 | 7 |
|
8 | 8 | <UseMaui>true</UseMaui> |
9 | 9 | <SingleProject>true</SingleProject> |
10 | 10 |
|
11 | 11 | <DefineConstants>MAUI</DefineConstants> |
12 | 12 |
|
13 | | - <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net8.0-ios'">14.2</SupportedOSPlatformVersion> |
14 | | - <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net8.0-maccatalyst'">14.0</SupportedOSPlatformVersion> |
15 | | - <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net8.0-android'">21.0</SupportedOSPlatformVersion> |
| 13 | + <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net9.0-ios'">14.2</SupportedOSPlatformVersion> |
| 14 | + <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net9.0-maccatalyst'">14.0</SupportedOSPlatformVersion> |
| 15 | + <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net9.0-android'">21.0</SupportedOSPlatformVersion> |
16 | 16 | <SupportedOSPlatformVersion Condition="$(TargetFramework.Contains('-windows'))">10.0.17763.0</SupportedOSPlatformVersion> |
17 | 17 | <TargetPlatformMinVersion Condition="$(TargetFramework.Contains('-windows'))">10.0.17763.0</TargetPlatformMinVersion> |
18 | 18 |
|
|
77 | 77 | <Compile Include="..\Caliburn.Micro.Platform\ViewModelLocator.cs" Link="ViewModelLocator.cs" /> |
78 | 78 | </ItemGroup> |
79 | 79 |
|
80 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net8.0-android'"> |
| 80 | + <ItemGroup Condition="'$(TargetFramework)' == 'net9.0-android'"> |
81 | 81 | <Compile Remove="*.cs" /> |
82 | 82 | <Compile Include="..\Caliburn.Micro.Platform\Platforms\Maui\Android\**\*.cs" Link="Platforms\Maui\Android\**\*.cs" /> |
83 | 83 | </ItemGroup> |
84 | 84 |
|
85 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net8.0-ios'"> |
| 85 | + <ItemGroup Condition="'$(TargetFramework)' == 'net9.0-ios'"> |
86 | 86 | <Compile Remove="*.cs" /> |
87 | 87 | <Compile Include="..\Caliburn.Micro.Platform\Platforms\Maui\ios\**\*.cs" Link="Platforms\Maui\ios\**\*.cs" /> |
88 | 88 | </ItemGroup> |
89 | 89 |
|
90 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net8.0-maccatalyst'"> |
| 90 | + <ItemGroup Condition="'$(TargetFramework)' == 'net9.0-maccatalyst'"> |
91 | 91 | <Compile Remove="*.cs" /> |
92 | 92 | <Compile Include="..\Caliburn.Micro.Platform\Platforms\Maui\ios\**\*.cs" Link="Platforms\Maui\ios\**\*.cs" /> |
93 | 93 | </ItemGroup> |
|
109 | 109 | </ItemGroup> |
110 | 110 |
|
111 | 111 | <ItemGroup> |
112 | | - <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.92" /> |
| 112 | + <PackageReference Include="Microsoft.Maui.Controls" Version="9.0.120" /> |
113 | 113 | </ItemGroup> |
114 | 114 |
|
115 | 115 | <ItemGroup> |
|
0 commit comments