|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>$(TargetFrameworks);net9.0;net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.19041.0</TargetFrameworks> |
| 4 | + <TargetFrameworks>$(TargetFrameworks);net10.0;net10.0-android;net10.0-ios;net10.0-maccatalyst;net10.0-windows10.0.19041.0</TargetFrameworks> |
5 | 5 | <!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET --> |
6 | | - <TargetFrameworks>$(TargetFrameworks);net9.0-tizen</TargetFrameworks> |
| 6 | +<!-- <TargetFrameworks>$(TargetFrameworks);net10.0-tizen</TargetFrameworks>--> |
7 | 7 | <EnableWindowsTargeting>true</EnableWindowsTargeting> |
8 | 8 | <Nullable>enable</Nullable> |
9 | 9 | <LangVersion>preview</LangVersion> |
10 | 10 | <ImplicitUsings>enable</ImplicitUsings> |
11 | 11 | <UseMaui>true</UseMaui> |
12 | 12 | <NoWarn>$(NoWarn);CA1031;CA2000</NoWarn> |
13 | | - <MauiVersion>9.0.90</MauiVersion> |
| 13 | + <MauiVersion>10.0.11</MauiVersion> |
14 | 14 |
|
15 | 15 | <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">12.2</SupportedOSPlatformVersion> |
16 | 16 | <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">15.0</SupportedOSPlatformVersion> |
|
37 | 37 | <!-- <PackageReference Include="Xamarin.AndroidX.Activity.Ktx" Version="1.10.1.1" />--> |
38 | 38 |
|
39 | 39 | <!-- AndroidX Biometric --> |
40 | | - <PackageReference Include="Xamarin.AndroidX.Biometric" Version="1.1.0.29" /> |
| 40 | + <PackageReference Include="Xamarin.AndroidX.Biometric" Version="1.1.0.30" /> |
41 | 41 | </ItemGroup> |
42 | 42 |
|
43 | 43 | <!-- iOS & MacCatalyst --> |
|
74 | 74 | </ItemGroup> |
75 | 75 | <!-- .NET (generic) --> |
76 | 76 | <ItemGroup Condition="!($(TargetFramework.StartsWith('net')) == true AND $(TargetFramework.EndsWith('.0')) == true AND $(TargetFramework.Contains('-')) != true)"> |
77 | | - <!-- e.g net6.0 or net9.0 (and higher) --> |
| 77 | + <!-- e.g net6.0 or net10.0 (and higher) --> |
78 | 78 | <Compile Remove="**\*.net.cs" /> |
79 | 79 | <None Include="**\*.net.cs" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" /> |
80 | 80 | <Compile Remove="**\net\**\*.cs" /> |
|
0 commit comments