Files
SqlSugar/Src/Asp.NetCore2/VastbaseTest/2VastbaseTest.csproj

13 lines
256 B
XML
Raw Normal View History

2023-11-07 19:50:03 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2023-11-08 22:59:10 +08:00
<TargetFramework>net6.0</TargetFramework>
2023-11-07 19:50:03 +08:00
</PropertyGroup>
<ItemGroup>
2025-10-26 11:52:59 +08:00
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
2023-11-07 19:50:03 +08:00
</ItemGroup>
</Project>