File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8 .0-android;net8 .0-ios;net8 .0-maccatalyst</TargetFrameworks >
5- <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net8 .0-windows10.0.19041.0</TargetFrameworks >
4+ <TargetFrameworks >net9 .0-android;net9 .0-ios;net9 .0-maccatalyst</TargetFrameworks >
5+ <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net9 .0-windows10.0.19041.0</TargetFrameworks >
66 <!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
77 <!-- <TargetFrameworks>$(TargetFrameworks);net8.0-tizen</TargetFrameworks> -->
88
5858 <ItemGroup >
5959 <PackageReference Include =" Microsoft.Maui.Controls" Version =" $(MauiVersion)" />
6060 <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" Version =" $(MauiVersion)" />
61- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 8 .0.0-rc.2.23479.6 " />
62- <PackageReference Include =" Syncfusion.Maui.Core" Version =" 23.2.6 " />
63- <PackageReference Include =" Syncfusion.Maui.TabView" Version =" 23.2.6 " />
61+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 9 .0.0" />
62+ <PackageReference Include =" Syncfusion.Maui.Core" Version =" * " />
63+ <PackageReference Include =" Syncfusion.Maui.TabView" Version =" * " />
6464 </ItemGroup >
6565
6666 <!-- Build Properties must be defined within these property groups to ensure successful publishing
Original file line number Diff line number Diff line change 22<Project ToolsVersion =" Current" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
44 <IsFirstTimeProjectOpen >False</IsFirstTimeProjectOpen >
5- <ActiveDebugFramework >net8 .0-windows10.0.19041.0</ActiveDebugFramework >
5+ <ActiveDebugFramework >net9 .0-windows10.0.19041.0</ActiveDebugFramework >
66 <ActiveDebugProfile >Windows Machine</ActiveDebugProfile >
77 <SelectedPlatformGroup >Emulator</SelectedPlatformGroup >
88 <DefaultDevice >pixel_5_-_api_34</DefaultDevice >
99 </PropertyGroup >
1010 <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-android|AnyCPU'" >
1111 <DebuggerFlavor >ProjectDebugger</DebuggerFlavor >
1212 </PropertyGroup >
13+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net9.0-android|AnyCPU'" >
14+ <DebuggerFlavor >ProjectDebugger</DebuggerFlavor >
15+ </PropertyGroup >
1316 <ItemGroup >
1417 <None Update =" Platforms\Windows\Package.appxmanifest" >
1518 <SubType >Designer</SubType >
You can’t perform that action at this time.
0 commit comments