From d3ea0e0dd93069d0f26e4419c33d4fe4b07c4532 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Mon, 8 Jun 2020 20:50:49 +1000 Subject: [PATCH] move packages exclusive to Explorer plugin Flow.Launcher.Plugin to Flow.Launcher project, reduce burden on the Plugin project since Explorer is a default Flow plugin --- Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj | 2 -- Flow.Launcher/Flow.Launcher.csproj | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj index 4f1a34639..82fbb31d5 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -59,9 +59,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - \ No newline at end of file diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj index 5a32c7527..b8eb79370 100644 --- a/Flow.Launcher/Flow.Launcher.csproj +++ b/Flow.Launcher/Flow.Launcher.csproj @@ -70,9 +70,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + +