From 14405de753905e0021501ae3cf78a0271bc206d4 Mon Sep 17 00:00:00 2001 From: Raghu Rajagopalan Date: Thu, 8 Feb 2018 14:41:10 +0530 Subject: [PATCH] Exclude coverage folder from csproj --- netcore.csproj | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/netcore.csproj b/netcore.csproj index 0e2d41b..39cbd82 100644 --- a/netcore.csproj +++ b/netcore.csproj @@ -7,6 +7,13 @@ false + + + + + + + @@ -15,6 +22,10 @@ + + + +