|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>net9.0-android;net9.0-ios;</TargetFrameworks> |
5 | | - <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks> |
| 4 | + <TargetFrameworks>net10.0-ios;;net10.0-android36.0</TargetFrameworks> |
| 5 | + <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net10.0-windows10.0.22621.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 | <OutputType>Exe</OutputType> |
|
25 | 25 | <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion> |
26 | 26 | <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">14.0</SupportedOSPlatformVersion> |
27 | 27 | <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion> |
28 | | - <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion> |
29 | | - <TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion> |
| 28 | + <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.18362.1</SupportedOSPlatformVersion> |
| 29 | + <TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.18362.1</TargetPlatformMinVersion> |
30 | 30 | </PropertyGroup> |
31 | 31 |
|
32 | 32 | <ItemGroup> |
|
59 | 59 |
|
60 | 60 | <ItemGroup> |
61 | 61 | <PackageReference Include="Caliburn.Micro.Maui" Version="5.0.183-beta" /> |
62 | | - <PackageReference Include="Microsoft.Maui.Controls" Version="9.0.110" /> |
63 | | - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.9" /> |
| 62 | + <PackageReference Include="Microsoft.Maui.Controls" Version="10.0.11" /> |
| 63 | + <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="10.0.0" /> |
64 | 64 | </ItemGroup> |
65 | 65 |
|
66 | 66 | <ItemGroup> |
|
74 | 74 | </ItemGroup> |
75 | 75 |
|
76 | 76 | <ItemGroup> |
77 | | - <PackageReference Update="Nerdbank.GitVersioning" Version="3.8.118" /> |
| 77 | + <PackageReference Update="Nerdbank.GitVersioning" Version="3.9.50" /> |
78 | 78 | </ItemGroup> |
79 | 79 | <ItemGroup> |
80 | 80 | <NugetAuditSuppress Include="Uri"></NugetAuditSuppress> |
|
0 commit comments