From b7a33d0a3f220cdba0741923b99f6ab74055a75b Mon Sep 17 00:00:00 2001 From: Timothy Schenk Date: Wed, 8 Nov 2023 15:33:45 +0100 Subject: [PATCH] chore: add analyzers to Benchmark --- Benchmarks/Benchmarks.csproj | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Benchmarks/Benchmarks.csproj b/Benchmarks/Benchmarks.csproj index 8b71371..10403a3 100644 --- a/Benchmarks/Benchmarks.csproj +++ b/Benchmarks/Benchmarks.csproj @@ -5,12 +5,20 @@ enable enable preview - net6.0;net7.0 + net6.0;net7.0;net8.0 + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + all runtime; build; native; contentfiles; analyzers; buildtransitive