From 5883aef836726ba9f1aa0c9048059175f2e30399 Mon Sep 17 00:00:00 2001 From: Caelan Sayler Date: Wed, 24 Aug 2022 14:36:46 +0100 Subject: [PATCH] Ignore that OctoKit is not SN signed --- src/Squirrel.CommandLine/Squirrel.CommandLine.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Squirrel.CommandLine/Squirrel.CommandLine.csproj b/src/Squirrel.CommandLine/Squirrel.CommandLine.csproj index d27a1f21a..e5006269c 100644 --- a/src/Squirrel.CommandLine/Squirrel.CommandLine.csproj +++ b/src/Squirrel.CommandLine/Squirrel.CommandLine.csproj @@ -5,7 +5,7 @@ Exe false true - $(NoWarn);CA2007 + $(NoWarn);CA2007;CS8002