Update to stable Uwp.Notifications package
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user