Skip to content

Commit 1797249

Browse files
committed
Configures Mopups and updates Mopups dependency
- Configures the Mopups library for popup functionality. - Downgrades the Mopups package to a compatible version.
1 parent f071c5c commit 1797249

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Stellar.Maui.PopUp/Stellar.Maui.PopUp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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>

Stellar.MauiSample/MauiProgram.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System.Text;
22
using CommunityToolkit.Maui;
33
using Microsoft.Extensions.Logging;
4+
using Mopups.Hosting;
45
using Stellar;
56

67
namespace Stellar.MauiSample;
@@ -13,6 +14,7 @@ public static MauiApp CreateMauiApp()
1314
MauiApp
1415
.CreateBuilder()
1516
.UseMauiApp<App>()
17+
.ConfigureMopups()
1618
.ConfigureFonts(
1719
fonts =>
1820
{

0 commit comments

Comments
 (0)