币安量化交易
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.

17 lines
568 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.Model.xml</DocumentationFile>
3 years ago
</PropertyGroup>
<ItemGroup>
3 years ago
<PackageReference Include="AutoMapper" Version="11.0.1" />
3 years ago
<PackageReference Include="FreeSql" Version="3.2.660-preview22020525" />
<PackageReference Include="FreeSql.Provider.MySql" Version="3.2.660-preview22020525" />
3 years ago
</ItemGroup>
3 years ago
</Project>