SqlSugar/Src/Asp.NetCore2/KdbndpTest/KdbndpTest.csproj

17 lines
364 B
XML
Raw Permalink Normal View History

2020-11-01 14:43:10 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2023-11-08 22:59:10 +08:00
<TargetFramework>net6.0</TargetFramework>
2020-11-01 14:43:10 +08:00
</PropertyGroup>
2023-02-03 02:19:15 +08:00
<ItemGroup>
2025-03-15 15:14:58 +08:00
<PackageReference Include="SqlSugarCore.Kdbndp" Version="9.3.7.311" />
2023-02-03 02:19:15 +08:00
</ItemGroup>
2020-11-01 14:43:10 +08:00
<ItemGroup>
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
</ItemGroup>
</Project>