|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>net8.0-ios;net8.0-android;</TargetFrameworks> |
| 4 | + <TargetFrameworks>net9.0-ios;net9.0-android;</TargetFrameworks> |
5 | 5 | <AndroidPackageFormat>apk</AndroidPackageFormat> |
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);net7.0-tizen</TargetFrameworks> --> |
|
31 | 31 | <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion> |
32 | 32 | </PropertyGroup> |
33 | 33 |
|
34 | | - <PropertyGroup Condition="'$(TargetFramework)'=='net8.0-ios'"> |
| 34 | + <PropertyGroup Condition="'$(TargetFramework)'=='net9.0-ios'"> |
35 | 35 | <ProvisioningType>manual</ProvisioningType> |
36 | 36 | <CodesignKey>iPhone Distribution</CodesignKey> |
37 | 37 | <CodesignProvision></CodesignProvision> |
38 | 38 | </PropertyGroup> |
39 | 39 |
|
40 | 40 |
|
41 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-android|AnyCPU'"> |
| 41 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net9.0-android|AnyCPU'"> |
42 | 42 | <AndroidLinkTool>r8</AndroidLinkTool> |
43 | 43 | <DebugSymbols>True</DebugSymbols> |
44 | 44 | </PropertyGroup> |
45 | 45 |
|
46 | 46 |
|
47 | | - <PropertyGroup Condition="'$(TargetFramework)|$(Platform)'=='net8.0-ios|AnyCPU'"> |
| 47 | + <PropertyGroup Condition="'$(TargetFramework)|$(Platform)'=='net9.0-ios|AnyCPU'"> |
48 | 48 | <MtouchLink>SdkOnly</MtouchLink> |
49 | 49 | </PropertyGroup> |
50 | 50 |
|
|
53 | 53 | <MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" /> |
54 | 54 |
|
55 | 55 | <!-- Splash Screen --> |
56 | | - <MauiSplashScreen Include="Resources\Splash\logo.svg" Color="#fff" /> |
| 56 | + <MauiSplashScreen Include="Resources\Splash\logo.svg" Color="#fff" /> |
57 | 57 |
|
58 | 58 | <!-- Images --> |
59 | 59 | <MauiImage Include="Resources\Images\**\*" /> |
|
77 | 77 |
|
78 | 78 |
|
79 | 79 | <ItemGroup> |
80 | | - <PackageReference Include="CommunityToolkit.Maui" Version="9.0.0" /> |
81 | | - <PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" /> |
82 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
83 | | - <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" /> |
84 | | - <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.100" /> |
| 80 | + <PackageReference Include="CommunityToolkit.Maui" Version="11.2.0" /> |
| 81 | + <PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" /> |
| 82 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.4" /> |
| 83 | + <PackageReference Include="Microsoft.Maui.Controls" Version="9.0.111" /> |
| 84 | + <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.111" /> |
85 | 85 | </ItemGroup> |
86 | 86 |
|
87 | 87 |
|
88 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net8.0-android'"> |
| 88 | + <ItemGroup Condition="'$(TargetFramework)' == 'net9.0-android'"> |
89 | 89 | <PackageReference Include="Xamarin.AndroidX.Lifecycle.LiveData.Ktx"> |
90 | | - <Version>2.8.7.1</Version> |
| 90 | + <Version>2.9.3</Version> |
91 | 91 | </PackageReference> |
92 | | - <PackageReference Include="Xamarin.Google.Android.Play.App.Update" Version="2.1.0.12"></PackageReference> |
93 | | - <PackageReference Include="Xamarin.AndroidX.Activity.Ktx" Version="1.9.3.1" /> |
94 | | - <PackageReference Include="Xamarin.AndroidX.Collection.Jvm" Version="1.4.5.1" /> |
95 | | - <PackageReference Include="Xamarin.AndroidX.Collection.Ktx" Version="1.4.5.1" /> |
| 92 | + <PackageReference Include="Xamarin.Google.Android.Play.App.Update" Version="2.1.0.16"></PackageReference> |
| 93 | + <PackageReference Include="Xamarin.AndroidX.Activity.Ktx" Version="1.11.0" /> |
| 94 | + <PackageReference Include="Xamarin.AndroidX.Collection.Jvm" Version="1.5.0.3" /> |
| 95 | + <PackageReference Include="Xamarin.AndroidX.Collection.Ktx" Version="1.5.0.3" /> |
96 | 96 |
|
97 | 97 | </ItemGroup> |
98 | 98 |
|
99 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net8.0-ios'"> |
| 99 | + <ItemGroup Condition="'$(TargetFramework)' == 'net9.0-ios'"> |
100 | 100 | <BundleResource Include="Platforms\iOS\PrivacyInfo.xcprivacy" LogicalName="PrivacyInfo.xcprivacy" /> |
101 | 101 | </ItemGroup> |
102 | 102 |
|
|
0 commit comments