1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

Updated examples

This commit is contained in:
Jkorf
2024-09-27 13:53:33 +02:00
parent 23e947f258
commit c1b0437c93
12 changed files with 157 additions and 44 deletions
@@ -0,0 +1,16 @@
<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="10.5.0" />
<PackageReference Include="BitMart.Net" Version="1.2.0" />
<PackageReference Include="JK.OKX.Net" Version="2.4.0" />
</ItemGroup>
</Project>