From f6d53bc337b2c6283b31f89e0ac66d8ad41ec87f Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Mon, 22 Jun 2020 15:23:39 -0700 Subject: [PATCH] upgrade xaml based nuget packages (#4426) * Settings packages updated * removing WinUI references from wox base * removing unneeded reference Co-authored-by: Clint Rutkas --- .../Microsoft.PowerToys.Settings.UI.Runner.csproj | 6 +++--- .../Microsoft.PowerToys.Settings.UI.csproj | 6 +++--- .../launcher/Wox.Infrastructure/Wox.Infrastructure.csproj | 1 - src/modules/launcher/Wox.Plugin/ContextMenuResult.cs | 3 --- src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj | 1 - 5 files changed, 6 insertions(+), 11 deletions(-) diff --git a/src/core/Microsoft.PowerToys.Settings.UI.Runner/Microsoft.PowerToys.Settings.UI.Runner.csproj b/src/core/Microsoft.PowerToys.Settings.UI.Runner/Microsoft.PowerToys.Settings.UI.Runner.csproj index 1fb9dcd709..1a062a31a4 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI.Runner/Microsoft.PowerToys.Settings.UI.Runner.csproj +++ b/src/core/Microsoft.PowerToys.Settings.UI.Runner/Microsoft.PowerToys.Settings.UI.Runner.csproj @@ -58,9 +58,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj b/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj index d70b491eb7..8e34880663 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj +++ b/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj @@ -167,13 +167,13 @@ 6.2.10 - 6.0.0 + 6.1.0 - 6.0.1 + 6.1.0 - 2.4.0-prerelease.191217001 + 2.5.0-prerelease.200609001 2.0.1 diff --git a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj index 2f7951938d..496b811bb0 100644 --- a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj +++ b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj @@ -48,7 +48,6 @@ - diff --git a/src/modules/launcher/Wox.Plugin/ContextMenuResult.cs b/src/modules/launcher/Wox.Plugin/ContextMenuResult.cs index abf0ec3659..bc82122c4d 100644 --- a/src/modules/launcher/Wox.Plugin/ContextMenuResult.cs +++ b/src/modules/launcher/Wox.Plugin/ContextMenuResult.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; -using System.IO; using System.Windows.Input; -using Windows.UI.Xaml.Media; namespace Wox.Plugin { diff --git a/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj b/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj index 1845c2714b..e73b3a8d80 100644 --- a/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj +++ b/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj @@ -57,7 +57,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive -