File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 <ItemGroup >
3535 <PackageReference Include =" Microsoft.Maui.Controls" Version =" 9.0.100" />
3636 <PackageReference Include =" ReactiveUI" Version =" 21.0.1" />
37- <PackageReference Include =" Mopups" Version =" 1.3.4 " />
37+ <PackageReference Include =" Mopups" Version =" 1.3.2 " />
3838 <PackageReference Update =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 9.0.0" />
3939 </ItemGroup >
4040 <ItemGroup >
Original file line number Diff line number Diff line change 11using System . Text ;
22using CommunityToolkit . Maui ;
33using Microsoft . Extensions . Logging ;
4+ using Mopups . Hosting ;
45using Stellar ;
56
67namespace Stellar . MauiSample ;
@@ -13,6 +14,7 @@ public static MauiApp CreateMauiApp()
1314 MauiApp
1415 . CreateBuilder ( )
1516 . UseMauiApp < App > ( )
17+ . ConfigureMopups ( )
1618 . ConfigureFonts (
1719 fonts =>
1820 {
You can’t perform that action at this time.
0 commit comments