From b768b4df2c0273e2e4bd6cc72fe06b3181e84153 Mon Sep 17 00:00:00 2001 From: campersau Date: Fri, 14 Jul 2023 18:14:01 +0200 Subject: [PATCH] chore: enable Microsoft.CodeAnalysis.NetAnalyzers (#2639) --- src/Common/Dependencies.props | 4 ++++ src/Playwright/Playwright.csproj | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Common/Dependencies.props b/src/Common/Dependencies.props index 31d9cb22d9..61f3c0b570 100644 --- a/src/Common/Dependencies.props +++ b/src/Common/Dependencies.props @@ -18,6 +18,10 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all + + all + runtime; build; native; contentfiles; analyzers + all runtime; build; native; contentfiles; analyzers diff --git a/src/Playwright/Playwright.csproj b/src/Playwright/Playwright.csproj index 2538bc1959..5d5bb39559 100644 --- a/src/Playwright/Playwright.csproj +++ b/src/Playwright/Playwright.csproj @@ -53,8 +53,6 @@ - -