From f45ffde425c3f395d934d23b9ebd8d96320fd37d Mon Sep 17 00:00:00 2001 From: Miha Kralj Date: Fri, 26 Dec 2025 13:59:13 -0800 Subject: [PATCH] qodana wants .net8.0 --- lib/QuanTAlib.Tests.csproj | 2 +- perf/perf.csproj | 2 +- quantower/Quantower.Tests.csproj | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/QuanTAlib.Tests.csproj b/lib/QuanTAlib.Tests.csproj index 3b8f848b..3ba8ae76 100644 --- a/lib/QuanTAlib.Tests.csproj +++ b/lib/QuanTAlib.Tests.csproj @@ -14,7 +14,7 @@ - + diff --git a/perf/perf.csproj b/perf/perf.csproj index 6f712b5d..43eb5bc1 100644 --- a/perf/perf.csproj +++ b/perf/perf.csproj @@ -14,7 +14,7 @@ - + diff --git a/quantower/Quantower.Tests.csproj b/quantower/Quantower.Tests.csproj index b169da4a..67115077 100644 --- a/quantower/Quantower.Tests.csproj +++ b/quantower/Quantower.Tests.csproj @@ -1,7 +1,7 @@ - net10.0 + net8.0 enable enable false @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive