From 2487b945a463435c047417ddaf0f545f5227133a Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Mon, 10 Feb 2020 09:38:23 +0100 Subject: [PATCH] Suppress NU1701 in Release builds --- Il2CppInspector.GUI/Il2CppInspector.GUI.csproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj b/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj index 2aa113f..a7d219b 100644 --- a/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj +++ b/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj @@ -16,7 +16,7 @@ NU1605 - 1701;1702;NU1701 + 1701;1702 @@ -25,7 +25,9 @@ - + + NU1701 +