diff --git a/Blueberry/App.xaml.cs b/Blueberry/App.xaml.cs index 757209c..b85f6a9 100644 --- a/Blueberry/App.xaml.cs +++ b/Blueberry/App.xaml.cs @@ -1,5 +1,4 @@ -using Blueberry; -using Blueberry.Redmine; +using Blueberry.Redmine; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; diff --git a/Blueberry/MainWindow.xaml.cs b/Blueberry/MainWindow.xaml.cs index 8fb9bac..6066ad8 100644 --- a/Blueberry/MainWindow.xaml.cs +++ b/Blueberry/MainWindow.xaml.cs @@ -4,7 +4,6 @@ using Blueberry.Redmine.Dto; using System.Collections.ObjectModel; using System.Diagnostics; using System.Text.RegularExpressions; -using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using Wpf.Ui.Controls; diff --git a/Blueberry/UpdateManager.cs b/Blueberry/UpdateManager.cs index 1302e73..faa5123 100644 --- a/Blueberry/UpdateManager.cs +++ b/Blueberry/UpdateManager.cs @@ -2,7 +2,6 @@ using System.IO; using System.Net.Http; using System.Text.Json; -using Windows.Media.Protection.PlayReady; namespace Blueberry {