Skip to content

Commit 1d0dcb1

Browse files
Update net10
1 parent 0185d9a commit 1d0dcb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

QuantConnect.ThetaData.Tests/QuantConnect.DataSource.ThetaData.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
44
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<IsPackable>false</IsPackable>
77
<TestProjectType>UnitTest</TestProjectType>
88
<OutputPath>bin\$(Configuration)\</OutputPath>

QuantConnect.ThetaData/QuantConnect.DataSource.ThetaData.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
44
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<Product>QuantConnect.Lean.DataSource.ThetaData</Product>
77
<AssemblyName>QuantConnect.Lean.DataSource.ThetaData</AssemblyName>
88
<RootNamespace>QuantConnect.Lean.DataSource.ThetaData</RootNamespace>

0 commit comments

Comments
 (0)