SqlSugar/Src/Asp.NetCore2/GaussTest/GaussDBTest.csproj
2025-03-31 08:03:24 +08:00

15 lines
354 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SqlSugar.GaussCore\SqlSugar.GaussDBCore.csproj" />
</ItemGroup>
</Project>