From 4ae8b2fe38581bcc9588a0733a94dc398fda6a6d Mon Sep 17 00:00:00 2001 From: Mladen Macanovic Date: Wed, 20 Nov 2024 12:41:53 +0100 Subject: [PATCH] Use shared generator settings --- .../Blazorise.ApiDocsGenerator.csproj | 30 +++++++++++-------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/Source/SourceGenerators/Blazorise.ApiDocsGenerator/Blazorise.ApiDocsGenerator.csproj b/Source/SourceGenerators/Blazorise.ApiDocsGenerator/Blazorise.ApiDocsGenerator.csproj index 2fbaab93eb..a5e4e51851 100644 --- a/Source/SourceGenerators/Blazorise.ApiDocsGenerator/Blazorise.ApiDocsGenerator.csproj +++ b/Source/SourceGenerators/Blazorise.ApiDocsGenerator/Blazorise.ApiDocsGenerator.csproj @@ -1,17 +1,21 @@  - - netstandard2.0 - latest - true - + + netstandard2.0 + latest + true + - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + - + + + + + \ No newline at end of file