From cb48dd25510fa5f019d47d7825b3f813a4697795 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sun, 2 Apr 2023 19:54:09 +0100 Subject: [PATCH] build: conditionally reference dotCover (fixes #75) For CI runs, this package must not be referenced, or symbol validation will fail. --- X10D/X10D.csproj | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/X10D/X10D.csproj b/X10D/X10D.csproj index 6f1e3e0..98db042 100644 --- a/X10D/X10D.csproj +++ b/X10D/X10D.csproj @@ -95,4 +95,11 @@ + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + +