Update to stable Uwp.Notifications package

This commit is contained in:
Luis von der Eltz
2021-03-16 18:53:59 +01:00
parent ea1ff49805
commit 1306b6bbbf
2 changed files with 2 additions and 2 deletions
@@ -11,7 +11,7 @@
<ItemGroup>
<ProjectReference Include="..\DesktopNotifications\DesktopNotifications.csproj" />
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.0.0-preview4" />
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.0.0" />
</ItemGroup>
</Project>
@@ -14,7 +14,7 @@ namespace DesktopNotifications.Windows
private readonly WindowsApplicationContext _applicationContext;
private readonly TaskCompletionSource<string>? _launchActionPromise;
private readonly Dictionary<ToastNotification, Notification> _notifications;
private readonly ToastNotifier _toastNotifier;
private readonly ToastNotifierCompat _toastNotifier;
/// <summary>
/// </summary>