Skip to content

Commit

Permalink
Remove Microsoft.Maui.Controls.Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Dec 7, 2024
1 parent 895a0b8 commit 5a8ae14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Yosu/MauiProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
using CommunityToolkit.Maui;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.Maui.Controls.Compatibility.Hosting;
using Microsoft.Maui.Controls.Hosting;
using Microsoft.Maui.Hosting;
using Microsoft.Maui.LifecycleEvents;
using Plugin.ContextMenuContainer;
using SkiaSharp.Views.Maui.Controls.Hosting;
using Woka;
using Yosu.Data;
using Yosu.Services;
using Yosu.Services.AlertDialog;
Expand Down Expand Up @@ -43,7 +41,6 @@ public static MauiApp CreateMauiApp()
})
.UseSkiaSharp()
.UseBerry()
.UseMauiCompatibility()
.ConfigureContextMenuContainer()
//.ConfigureWorkarounds()
.ConfigureLifecycleEvents(events =>
Expand Down
1 change: 0 additions & 1 deletion Yosu/Yosu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
<PackageReference Include="Gress" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.12" />
<!--<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="9.0.0" />-->
<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="Plugin.ContextMenuContainer" Version="1.0.7" />
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0" PrivateAssets="all" />
Expand Down

0 comments on commit 5a8ae14

Please sign in to comment.