From 712d5fbfa7001d9e920df7d3f842945aab072124 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Thu, 3 Sep 2020 09:49:28 -0700 Subject: [PATCH] fixing the fody warning (#6164) * fixing the fody warning * removing the ignored item from the installer --- installer/PowerToysSetup/Product.wxs | 2 +- src/modules/launcher/PowerLauncher/PowerLauncher.csproj | 6 ++++-- src/modules/launcher/Wox.Core/Wox.Core.csproj | 6 ++++-- src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj | 8 +++++--- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs index 54d558219d..383d20d556 100644 --- a/installer/PowerToysSetup/Product.wxs +++ b/installer/PowerToysSetup/Product.wxs @@ -844,7 +844,7 @@ - + diff --git a/src/modules/launcher/PowerLauncher/PowerLauncher.csproj b/src/modules/launcher/PowerLauncher/PowerLauncher.csproj index 5af24ab463..38a261ed6d 100644 --- a/src/modules/launcher/PowerLauncher/PowerLauncher.csproj +++ b/src/modules/launcher/PowerLauncher/PowerLauncher.csproj @@ -88,7 +88,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -106,7 +106,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + + all + diff --git a/src/modules/launcher/Wox.Core/Wox.Core.csproj b/src/modules/launcher/Wox.Core/Wox.Core.csproj index c90d55bf52..5c2e1cd02e 100644 --- a/src/modules/launcher/Wox.Core/Wox.Core.csproj +++ b/src/modules/launcher/Wox.Core/Wox.Core.csproj @@ -60,13 +60,15 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + + all + diff --git a/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj b/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj index 572ee7757d..80406b39a9 100644 --- a/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj +++ b/src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj @@ -1,4 +1,4 @@ - + @@ -61,7 +61,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -70,7 +70,9 @@ - + + all +