Skip to content

Commit 6388ee8

Browse files
Update net10
1 parent 895aaf8 commit 6388ee8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

QuantConnect.CoinAPI.Tests/QuantConnect.DataSource.CoinAPI.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<TargetFramework>net9.0</TargetFramework>
6+
<TargetFramework>net10.0</TargetFramework>
77
<OutputPath>bin\$(Configuration)\</OutputPath>
88
<Product>QuantConnect.Lean.DataSource.CoinAPI.Tests</Product>
99
<AssemblyName>QuantConnect.Lean.DataSource.CoinAPI.Tests</AssemblyName>

QuantConnect.CoinAPI/QuantConnect.DataSource.CoinAPI.csproj

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

0 commit comments

Comments
 (0)