币安量化交易
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
993 B

3 years ago
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
3 years ago
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<DocumentationFile>Binance.TradeRobot.Business.xml</DocumentationFile>
3 years ago
</PropertyGroup>
3 years ago
<ItemGroup>
<PackageReference Include="FreeSql" Version="3.0.100" />
<PackageReference Include="FreeSql.Provider.SqlServer" Version="3.0.100" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="3.1.22" />
3 years ago
<PackageReference Include="NLog" Version="4.7.13" />
<PackageReference Include="Yitter.IdGenerator" Version="1.0.12" />
</ItemGroup>
3 years ago
<ItemGroup>
3 years ago
<ProjectReference Include="..\Binance.SDK\Binance.SDK.csproj" />
3 years ago
<ProjectReference Include="..\Binance.TradeRobot.Common\Binance.TradeRobot.Common.csproj" />
3 years ago
<ProjectReference Include="..\Binance.TradeRobot.Model\Binance.TradeRobot.Model.csproj" />
</ItemGroup>
</Project>