From b3819b22b42511bd5eda3cd1c653c5382e0f5bfa Mon Sep 17 00:00:00 2001 From: maliming Date: Sat, 16 Oct 2021 17:37:56 +0800 Subject: [PATCH] Add `coverlet.collector` to `Directory.Build.props`. --- Directory.Build.props | 10 ++++++++++ common.test.props | 8 -------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 99443ae6fa..9d579e0d00 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -25,5 +25,15 @@ 3.1.3 + true + + + + + all + runtime; build; native; contentfiles; analyzers + + + \ No newline at end of file diff --git a/common.test.props b/common.test.props index b1a47c4d36..233afe8282 100644 --- a/common.test.props +++ b/common.test.props @@ -7,12 +7,4 @@ false false - - - - all - runtime; build; native; contentfiles; analyzers - - - \ No newline at end of file