Skip to content

Commit 206517f

Browse files
Update GitHub examples for Maui TabView control
1 parent e744cc4 commit 206517f

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

SfTabviewSample/SfTabviewSample.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

@@ -58,9 +58,9 @@
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

SfTabviewSample/SfTabviewSample.csproj.user

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
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>

0 commit comments

Comments
 (0)