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