Merge branch 'dev'

This commit is contained in:
Miha Kralj
2024-09-30 12:44:40 -07:00
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"SonarCloudOrganization": "mihakralj",
"ProjectKey": "mihakralj_QuanTAlib"
}
+2 -2
View File
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net7.0</TargetFrameworks>
<LangVersion>preview</LangVersion>
@@ -28,7 +28,7 @@
<PackageReference Include="TALib.NETCore" Version="0.4.4" />
<PackageReference Include="Skender.Stock.Indicators" Version="3.0.0-preview1014-0015" />
<PackageReference Include="Tulip.NETCore" Version="0.8.0.1" />
<PackageReference Include="System.Text.Json" Version="8.0.0-preview.3.23174.8" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Calculations\Calculations.csproj" />