mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
14 lines
351 B
XML
14 lines
351 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="SqlSugar.MySqlConnectorCore" Version="5.9.5" />
|
|
<PackageReference Include="sqlSugarCore" Version="5.1.3.2-preview01" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|