Clean up some unused dependencies, nlog and some newtonsoft (#6650)

* remove nlog

* removing unused referecnes to newtonsoft
This commit is contained in:
Clint Rutkas
2020-09-16 11:36:52 -07:00
committed by GitHub
parent 0a86360948
commit dc284d9cbb
5 changed files with 0 additions and 8 deletions

View File

@@ -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;