1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-12-18 04:37:01 +00:00
2025-12-17 10:55:48 +01:00

17 lines
461 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Binance.Net" Version="12.0.0" />
<PackageReference Include="BitMart.Net" Version="3.0.0" />
<PackageReference Include="JK.OKX.Net" Version="4.0.0" />
</ItemGroup>
</Project>