diff --git a/Template.Maui/MauiProgram.cs b/Template.Maui/MauiProgram.cs index 9f066ce..7941d12 100644 --- a/Template.Maui/MauiProgram.cs +++ b/Template.Maui/MauiProgram.cs @@ -1,5 +1,6 @@ using IntegryApiClient.MAUI; using Microsoft.Extensions.Logging; +using MudBlazor.Services; using Template.Maui.Services; using Template.Shared; using Template.Shared.Interfaces; @@ -29,7 +30,7 @@ namespace Template.Maui }); builder.Services.AddMauiBlazorWebView(); - builder.Services.AddBlazorBootstrap(); + builder.Services.AddMudServices(); #if DEBUG builder.Services.AddBlazorWebViewDeveloperTools(); diff --git a/Template.Maui/Template.Maui.csproj b/Template.Maui/Template.Maui.csproj index 968a0f3..e2b0494 100644 --- a/Template.Maui/Template.Maui.csproj +++ b/Template.Maui/Template.Maui.csproj @@ -1,10 +1,8 @@  - $(TargetFrameworks);net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst - $(TargetFrameworks);net8.0-windows10.0.19041.0 + net9.0-ios;net9.0-android + @@ -34,12 +32,12 @@ 1 14.2 - + 24.0 - 10.0.17763.0 - 10.0.17763.0 + + @@ -47,7 +45,7 @@ $(DefineConstants);PLATFORM 26.0 - 34 + 35 - + diff --git a/Template.Shared/Components/Layout/MainLayout.razor b/Template.Shared/Components/Layout/MainLayout.razor index 3da63fd..6753006 100644 --- a/Template.Shared/Components/Layout/MainLayout.razor +++ b/Template.Shared/Components/Layout/MainLayout.razor @@ -1,5 +1,10 @@ @inherits LayoutComponentBase + + + + +
@*