From 549a34eed10a83204dbd58625ef82458694a3cda Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 21 May 2024 09:29:43 +0200 Subject: [PATCH] Fixed issue where code generator runs multiple times --- CSV Metrics Logger/CSV Metrics Logger.csproj | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CSV Metrics Logger/CSV Metrics Logger.csproj b/CSV Metrics Logger/CSV Metrics Logger.csproj index 60241f9..b684756 100644 --- a/CSV Metrics Logger/CSV Metrics Logger.csproj +++ b/CSV Metrics Logger/CSV Metrics Logger.csproj @@ -25,10 +25,16 @@ - + + all + build; analyzers; buildtransitive + - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +