From 5632fbc9d100b0f28a49b58849cfe250426d38da Mon Sep 17 00:00:00 2001 From: Gaspar Nagy Date: Wed, 17 Jan 2024 15:32:02 +0100 Subject: [PATCH] fix build error --- Reqnroll/Reqnroll.csproj | 8 ++------ Tests/Reqnroll.Specs/Reqnroll.Specs.csproj | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Reqnroll/Reqnroll.csproj b/Reqnroll/Reqnroll.csproj index 57ca1c4ec..9592af1a8 100644 --- a/Reqnroll/Reqnroll.csproj +++ b/Reqnroll/Reqnroll.csproj @@ -14,7 +14,7 @@ true $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - $(NoWarn);1591 + $(NoWarn);1591;CS2002 true @@ -70,12 +70,8 @@ - + - - true - diff --git a/Tests/Reqnroll.Specs/Reqnroll.Specs.csproj b/Tests/Reqnroll.Specs/Reqnroll.Specs.csproj index 19cf0cc9a..d282502a2 100644 --- a/Tests/Reqnroll.Specs/Reqnroll.Specs.csproj +++ b/Tests/Reqnroll.Specs/Reqnroll.Specs.csproj @@ -15,6 +15,7 @@ false true Always + $(NoWarn);CS2002 @@ -67,8 +68,7 @@ - +