diff --git a/src/AppVNext.Notifier.ConsoleUwp/NotificationEvents.cs b/src/AppVNext.Notifier.ConsoleUwp/NotificationEvents.cs index 35a620f..ad8ce2d 100644 --- a/src/AppVNext.Notifier.ConsoleUwp/NotificationEvents.cs +++ b/src/AppVNext.Notifier.ConsoleUwp/NotificationEvents.cs @@ -1,11 +1,9 @@ -using System; -using Windows.UI.Notifications; -using static System.Environment; -using static System.Console; +using AppVNext.Notifier.Common; using System.Collections.Generic; using System.Reflection; -using AppVNext.Notifier.Common; -using Microsoft.QueryStringDotNET; +using Windows.UI.Notifications; +using static System.Console; +using static System.Environment; namespace AppVNext.Notifier { diff --git a/src/AppVNext.Notifier.ConsoleUwp/Notifier.cs b/src/AppVNext.Notifier.ConsoleUwp/Notifier.cs index a165017..8e5549b 100644 --- a/src/AppVNext.Notifier.ConsoleUwp/Notifier.cs +++ b/src/AppVNext.Notifier.ConsoleUwp/Notifier.cs @@ -1,18 +1,13 @@ using AppVNext.Notifier.Common; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Windows.UI.Notifications; -using Microsoft.Toolkit.Uwp.Notifications; -using Microsoft.QueryStringDotNET; -using Windows.Data.Xml.Dom; using DesktopNotifications; +using Microsoft.Toolkit.Uwp.Notifications; +using System; +using System.Drawing; using System.IO; -using System.Net.Http; using System.Net; -using System.Drawing; +using System.Threading.Tasks; +using Windows.Data.Xml.Dom; +using Windows.UI.Notifications; namespace AppVNext.Notifier { diff --git a/src/AppVNext.Notifier.ConsoleUwp/NotifierActivator.cs b/src/AppVNext.Notifier.ConsoleUwp/NotifierActivator.cs index da0bc38..070905a 100644 --- a/src/AppVNext.Notifier.ConsoleUwp/NotifierActivator.cs +++ b/src/AppVNext.Notifier.ConsoleUwp/NotifierActivator.cs @@ -13,8 +13,8 @@ using DesktopNotifications; using System; using System.Runtime.InteropServices; -using static System.Environment; using static System.Console; +using static System.Environment; namespace AppVNext.Notifier { diff --git a/src/AppVNext.Notifier.ConsoleUwp/Program.cs b/src/AppVNext.Notifier.ConsoleUwp/Program.cs index be0d27e..5a33a87 100644 --- a/src/AppVNext.Notifier.ConsoleUwp/Program.cs +++ b/src/AppVNext.Notifier.ConsoleUwp/Program.cs @@ -1,15 +1,7 @@ using AppVNext.Notifier.Common; using DesktopNotifications; -using Microsoft.QueryStringDotNET; -using Microsoft.Toolkit.Uwp.Notifications; using System; -using System.IO; using System.Linq; -using System.Net.Http; -using System.Threading.Tasks; -using System.Windows; -using Windows.Data.Xml.Dom; -using Windows.UI.Notifications; using static System.Console; using static System.Environment;