From ec7d42d1fd12a6a1e49a35b9ece806afd93d699c Mon Sep 17 00:00:00 2001
From: ryanbodrug-microsoft
<56318517+ryanbodrug-microsoft@users.noreply.github.com>
Date: Thu, 18 Jun 2020 14:01:07 -0700
Subject: [PATCH] Supressing NU1701 warning on known working nuget packages.
This will allow us to turn warnings as errors on.
---
.../Microsoft.Plugin.Indexer.csproj | 4 +++-
src/modules/launcher/PowerLauncher/PowerLauncher.csproj | 8 ++++++--
.../launcher/Wox.Infrastructure/Wox.Infrastructure.csproj | 4 +++-
src/modules/launcher/Wox.Test/Wox.Test.csproj | 1 -
src/modules/launcher/Wox/Wox.csproj | 1 -
5 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Microsoft.Plugin.Indexer.csproj b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Microsoft.Plugin.Indexer.csproj
index 88a24abcaa..f1470acfde 100644
--- a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Microsoft.Plugin.Indexer.csproj
+++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Microsoft.Plugin.Indexer.csproj
@@ -39,7 +39,9 @@
-
+
+ NU1701
+
diff --git a/src/modules/launcher/PowerLauncher/PowerLauncher.csproj b/src/modules/launcher/PowerLauncher/PowerLauncher.csproj
index 5d2f78749e..8413f99cbe 100644
--- a/src/modules/launcher/PowerLauncher/PowerLauncher.csproj
+++ b/src/modules/launcher/PowerLauncher/PowerLauncher.csproj
@@ -63,9 +63,13 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
+ NU1701
+
-
+
+ NU1701
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj
index 496b811bb0..00294e70b8 100644
--- a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj
+++ b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj
@@ -51,7 +51,9 @@
-
+
+ NU1701
+
diff --git a/src/modules/launcher/Wox.Test/Wox.Test.csproj b/src/modules/launcher/Wox.Test/Wox.Test.csproj
index c61fde2bbd..79595edf62 100644
--- a/src/modules/launcher/Wox.Test/Wox.Test.csproj
+++ b/src/modules/launcher/Wox.Test/Wox.Test.csproj
@@ -54,7 +54,6 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
-
\ No newline at end of file
diff --git a/src/modules/launcher/Wox/Wox.csproj b/src/modules/launcher/Wox/Wox.csproj
index 2ad7a7ba62..86eda851b1 100644
--- a/src/modules/launcher/Wox/Wox.csproj
+++ b/src/modules/launcher/Wox/Wox.csproj
@@ -61,7 +61,6 @@
-