From d37b4005667b1a151470ebe98c2c98ca59b3b51d Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 20 Sep 2025 17:17:27 -0400 Subject: [PATCH] These are no longer needed --- BinaryObjectScanner/BinaryObjectScanner.csproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/BinaryObjectScanner/BinaryObjectScanner.csproj b/BinaryObjectScanner/BinaryObjectScanner.csproj index 65820476..2948629c 100644 --- a/BinaryObjectScanner/BinaryObjectScanner.csproj +++ b/BinaryObjectScanner/BinaryObjectScanner.csproj @@ -14,8 +14,6 @@ snupkg true 3.3.4 - - CS8600;CS8601;CS8602;CS8603;CS8604;CS8605;CS8618;CS8625;CS8634;CS8765;IL3000;NU5100 Matt Nadareski