SqlSugar/Src/Asp.NetCore2/KdbndpTest/KdbndpTest.csproj
sunkaixuan d8f05ffc6d 0
2022-10-12 20:19:22 +08:00

17 lines
367 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SqlSugarCore.Kdbndp" Version="6.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
</ItemGroup>
</Project>