SqlSugar/Src/Asp.NetCore2/QuestDbTest/QuestDbTest.csproj

13 lines
256 B
XML
Raw Normal View History

2022-07-29 22:44:21 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2023-11-08 20:31:09 +08:00
<TargetFramework>net5.0</TargetFramework>
2022-07-29 22:44:21 +08:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
</ItemGroup>
</Project>