SqlSugar源码
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.

13 lines
358 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SqlSugar.MySqlConnectorCore" Version="5.9.5" />
<PackageReference Include="sqlSugarCore" Version="5.1.3.2-preview01" />
</ItemGroup>
</Project>