mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-05 04:27:43 +00:00
41 lines
1.9 KiB
XML
41 lines
1.9 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net6.0</TargetFrameworks>
|
|
<LangVersion>preview</LangVersion>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<IsPackable>false</IsPackable>
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
<AssemblyVersion>0.2.1.0</AssemblyVersion>
|
|
<FileVersion>0.2.1.0</FileVersion>
|
|
<InformationalVersion>0.2.1-dev.2+Branch.dev.Sha.cb5fe2dc86a78fe9358da810d17952c82299ed3d</InformationalVersion>
|
|
<Version>0.2.1-dev.2</Version>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="coverlet.collector" Version="3.2.0">
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
<PrivateAssets>all</PrivateAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Python.Included" Version="3.11.2" />
|
|
<PackageReference Include="pythonnet" Version="3.1.0-preview2023-03-04" />
|
|
<PackageReference Include="xunit" Version="2.4.2" />
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
<PrivateAssets>all</PrivateAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0-preview-20230223-05" />
|
|
<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.2.23128.3" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Calculations\Calculations.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Remove="Python.Included" />
|
|
<None Remove="pythonnet" />
|
|
<None Remove="Tulip.NETCore" />
|
|
<None Remove="System.Text.Json" />
|
|
</ItemGroup>
|
|
</Project> |