Skip to content

Commit f61ae08

Browse files
Update net10 (#40)
1 parent 6856c61 commit f61ae08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

QuantConnect.Polygon.Tests/QuantConnect.DataSource.Polygon.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.Polygon/QuantConnect.DataSource.Polygon.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.Polygon</Product>
77
<AssemblyName>QuantConnect.Lean.DataSource.Polygon</AssemblyName>
88
<RootNamespace>QuantConnect.Lean.DataSource.Polygon</RootNamespace>

0 commit comments

Comments
 (0)