From 48c91fbac7ebc1a1a96b599000ddc0eabb866232 Mon Sep 17 00:00:00 2001 From: Giuseppe Lippolis Date: Tue, 18 Oct 2022 19:07:05 +0200 Subject: [PATCH] fix: disable NETAnalyzers for tests --- tests/Directory.Build.props | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/Directory.Build.props diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props new file mode 100644 index 0000000000..52af0f5ab2 --- /dev/null +++ b/tests/Directory.Build.props @@ -0,0 +1,6 @@ + + + + false + +