mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
18 lines
460 B
XML
18 lines
460 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="MySqlConnector" Version="2.2.2" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\SqlSugar.MySqlConnectorCore\SqlSugar.MySqlConnectorCore.csproj" />
|
|
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|