diff --git a/App/GamHubApp.csproj b/App/GamHubApp.csproj
index bbdcfc43..06d8a468 100644
--- a/App/GamHubApp.csproj
+++ b/App/GamHubApp.csproj
@@ -20,7 +20,7 @@
1.0
1
true
-
+
15.0
35.0
Debug;Release;Debug_Localhost
@@ -114,14 +114,15 @@
-
-
-
+
+
+
+
@@ -170,7 +171,7 @@
-
+
diff --git a/App/MauiProgram.cs b/App/MauiProgram.cs
index dab36e37..a5b70303 100644
--- a/App/MauiProgram.cs
+++ b/App/MauiProgram.cs
@@ -8,6 +8,7 @@
using Maui.RevenueCat.InAppBilling;
using GamHubApp.Core;
using CustardApi.Objects;
+using Maui.Nuke;
#if IOS
@@ -30,6 +31,7 @@ public static MauiApp CreateMauiApp()
EnvironementSetup.DebugSetup();
#endif
builder.UseMauiApp()
+ .UseNuke()
.UseSentry(options => {
#if DEBUG