From 71b7166e2e121079969496707c0a9121c60e885e Mon Sep 17 00:00:00 2001 From: Miha Kralj Date: Wed, 21 Jan 2026 23:40:28 -0800 Subject: [PATCH] fix: remove symbols package, JetBrains.Annotations dep, target net10.0 only - Disabled symbol package generation (IncludeSymbols=false) - Removed JetBrains.Annotations dependency from Directory.Build.props - Changed QuanTAlib package to target net10.0 only (net8.0 remains for Quantower wrappers) --- Directory.Build.props | 4 +--- lib/quantalib.csproj | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 62afc10c..759d7499 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -16,8 +16,7 @@ full true true - true - snupkg + false true @@ -94,7 +93,6 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - all runtime; build; native; contentfiles; analyzers diff --git a/lib/quantalib.csproj b/lib/quantalib.csproj index 13b967bf..67bdfd02 100644 --- a/lib/quantalib.csproj +++ b/lib/quantalib.csproj @@ -1,6 +1,6 @@  - net8.0;net10.0 + net10.0 QuanTAlib Library of TA Calculations, Charts and Strategies for Quantower Quantitative Technical Analysis Library in C# for Quantower