From cde001815492fc17bceab6698765f7ebfbc34953 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Tue, 20 Apr 2021 12:57:34 -0700 Subject: [PATCH] Updated docs to make it more clear UseDataCollector is required in csproj --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fa43c79..933f7810 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Run a(some) unit test(s) and ... ``` -#### Coverlet specific +#### Coverlet specific ( add this to your test project's `csproj` : REQUIRED ) ```