From dc284d9cbb3ee0fb10f41db0bc64ec5b0d02e5eb Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 16 Sep 2020 11:36:52 -0700 Subject: [PATCH] Clean up some unused dependencies, nlog and some newtonsoft (#6650) * remove nlog * removing unused referecnes to newtonsoft --- .../Microsoft.Plugin.Program/Microsoft.Plugin.Program.csproj | 2 -- .../Microsoft.Plugin.Shell/Microsoft.Plugin.Shell.csproj | 1 - .../Plugins/Microsoft.Plugin.Uri/Microsoft.Plugin.Uri.csproj | 1 - src/modules/launcher/PowerLauncher/SettingsWatcher.cs | 3 --- .../launcher/Wox.Infrastructure/Wox.Infrastructure.csproj | 1 - 5 files changed, 8 deletions(-) diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Microsoft.Plugin.Program.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Microsoft.Plugin.Program.csproj index f98c50abd9..7de8e8044d 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Microsoft.Plugin.Program.csproj +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Microsoft.Plugin.Program.csproj @@ -68,8 +68,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Microsoft.Plugin.Shell.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Microsoft.Plugin.Shell.csproj index a263299cdd..6a5b2b2d1d 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Microsoft.Plugin.Shell.csproj +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Microsoft.Plugin.Shell.csproj @@ -67,7 +67,6 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Microsoft.Plugin.Uri.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Microsoft.Plugin.Uri.csproj index a043c90b70..0dbdff18fa 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Microsoft.Plugin.Uri.csproj +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Microsoft.Plugin.Uri.csproj @@ -74,7 +74,6 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/modules/launcher/PowerLauncher/SettingsWatcher.cs b/src/modules/launcher/PowerLauncher/SettingsWatcher.cs index d08bbe8a1e..46953868b5 100644 --- a/src/modules/launcher/PowerLauncher/SettingsWatcher.cs +++ b/src/modules/launcher/PowerLauncher/SettingsWatcher.cs @@ -3,13 +3,10 @@ // See the LICENSE file in the project root for more information. using System; -using System.Diagnostics; using System.IO; -using System.Text.Json; using System.Threading; using System.Windows.Input; using Microsoft.PowerToys.Settings.UI.Lib; -using Newtonsoft.Json; using PowerLauncher.Helper; using Wox.Core.Plugin; using Wox.Infrastructure.Hotkey; diff --git a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj index 30a0241195..1ebb320fe1 100644 --- a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj +++ b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj @@ -56,7 +56,6 @@ -