From 1d8febf89fc060647622f90a28972486f0536bac Mon Sep 17 00:00:00 2001 From: Shane32 Date: Tue, 16 Aug 2022 22:24:04 -0400 Subject: [PATCH] Update --- Sample/Sample.csproj | 5 +---- src/Tests/Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Sample/Sample.csproj b/Sample/Sample.csproj index c865122..2dfb55c 100644 --- a/Sample/Sample.csproj +++ b/Sample/Sample.csproj @@ -2,10 +2,7 @@ net6.0 - - - - 1701;1702;CS1591 + $(NoWarn);1701;1702;CS1591 diff --git a/src/Tests/Tests.csproj b/src/Tests/Tests.csproj index 31122d0..41d66ab 100644 --- a/src/Tests/Tests.csproj +++ b/src/Tests/Tests.csproj @@ -2,7 +2,7 @@ net6.0 - $(NoWarn);1701;1702;1591;IDE1006;IDE0060;0618;CA1707;CA1822 + $(NoWarn);1701;1702;1591;IDE1006;IDE0060;0618;CA1707;CA1822;CS1591