diff --git a/DesktopNotifications.Windows/DesktopNotifications.Windows.csproj b/DesktopNotifications.Windows/DesktopNotifications.Windows.csproj
index 76e91f0..879c024 100644
--- a/DesktopNotifications.Windows/DesktopNotifications.Windows.csproj
+++ b/DesktopNotifications.Windows/DesktopNotifications.Windows.csproj
@@ -11,7 +11,7 @@
-
+
diff --git a/DesktopNotifications.Windows/WindowsNotificationManager.cs b/DesktopNotifications.Windows/WindowsNotificationManager.cs
index 4483f25..32ca9a2 100644
--- a/DesktopNotifications.Windows/WindowsNotificationManager.cs
+++ b/DesktopNotifications.Windows/WindowsNotificationManager.cs
@@ -14,7 +14,7 @@ namespace DesktopNotifications.Windows
private readonly WindowsApplicationContext _applicationContext;
private readonly TaskCompletionSource? _launchActionPromise;
private readonly Dictionary _notifications;
- private readonly ToastNotifier _toastNotifier;
+ private readonly ToastNotifierCompat _toastNotifier;
///
///