From 798895f34ab3148e1bc9db080b4fb0341dd52b34 Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Sun, 9 Feb 2020 03:14:45 +0100 Subject: [PATCH] GUI: Ignore NU1701 for package import --- Il2CppInspector.GUI/Il2CppInspector.GUI.csproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj b/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj index 6dc60ff..63e48fc 100644 --- a/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj +++ b/Il2CppInspector.GUI/Il2CppInspector.GUI.csproj @@ -14,6 +14,11 @@ Il2CppInspector Windows Edition + + NU1605 + 1701;1702;NU1701 + +