diff --git a/src/EasyTestFile/EasyTestFile.csproj b/src/EasyTestFile/EasyTestFile.csproj index 90800e3..77ae0ee 100644 --- a/src/EasyTestFile/EasyTestFile.csproj +++ b/src/EasyTestFile/EasyTestFile.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1;net6;net8 EasyTestFile @@ -14,7 +14,7 @@ - + $(DefineConstants);FEATURE_STRING_REPLACE_IGNORE_CASE diff --git a/tests/EasyTestFile.TUnit.Tests/Att/Testing.cs b/tests/EasyTestFile.TUnit.Tests/Att/Testing.cs index 7f84a49..dd6e9a0 100644 --- a/tests/EasyTestFile.TUnit.Tests/Att/Testing.cs +++ b/tests/EasyTestFile.TUnit.Tests/Att/Testing.cs @@ -6,6 +6,7 @@ namespace EasyTestFileTUnit.Tests.Att; using global::EasyTestFile; using global::EasyTestFile.Json; +[System.Diagnostics.CodeAnalysis.SuppressMessage("Usage", "TUnitAssertions0003:Compiler argument populated", Justification = "Intentional")] public class Testing { [Test]