From aac2bfeb7b462b029663bdbb1dacf528d7ecdfcd Mon Sep 17 00:00:00 2001 From: Martin Molinero Date: Tue, 30 Dec 2025 16:49:03 -0300 Subject: [PATCH] Update net10 --- DataProcessing/DataProcessing.csproj | 2 +- DataQueueHandlers/DataQueueHandlers.csproj | 2 +- QuantConnect.DataSource.csproj | 2 +- tests/Tests.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DataProcessing/DataProcessing.csproj b/DataProcessing/DataProcessing.csproj index d9f9e59..e663576 100644 --- a/DataProcessing/DataProcessing.csproj +++ b/DataProcessing/DataProcessing.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 process false diff --git a/DataQueueHandlers/DataQueueHandlers.csproj b/DataQueueHandlers/DataQueueHandlers.csproj index e29802c..d5ffce7 100644 --- a/DataQueueHandlers/DataQueueHandlers.csproj +++ b/DataQueueHandlers/DataQueueHandlers.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 QuantConnect.DataSource.DataQueueHandlers QuantConnect.DataSource.DataQueueHandlers.TiingoNews false diff --git a/QuantConnect.DataSource.csproj b/QuantConnect.DataSource.csproj index a9e445b..779dc4e 100644 --- a/QuantConnect.DataSource.csproj +++ b/QuantConnect.DataSource.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 QuantConnect.DataSource QuantConnect.DataSource.TiingoNews bin\$(Configuration) diff --git a/tests/Tests.csproj b/tests/Tests.csproj index 390e33e..1ac50d0 100644 --- a/tests/Tests.csproj +++ b/tests/Tests.csproj @@ -1,6 +1,6 @@ - net9.0 + net10.0 QuantConnect.DataLibrary.Tests false