We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5ec6e commit 30d268dCopy full SHA for 30d268d
QuantConnect.DataSource.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net9.0</TargetFramework>
+ <TargetFramework>net10.0</TargetFramework>
5
<RootNamespace>QuantConnect.DataSource</RootNamespace>
6
<AssemblyName>QuantConnect.DataSource.RegalyticsArticles</AssemblyName>
7
<OutputPath>bin\$(Configuration)</OutputPath>
tests/Tests.csproj
@@ -1,6 +1,6 @@
<RootNamespace>QuantConnect.DataLibrary.Tests</RootNamespace>
</PropertyGroup>
<ItemGroup>
0 commit comments