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

14 lines
351 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 22:59:10 +08:00
<TargetFramework>net6.0</TargetFramework>
2022-07-29 22:44:21 +08:00
</PropertyGroup>
2024-03-21 03:03:29 +08:00
<ItemGroup>
2024-03-21 05:48:46 +08:00
<ProjectReference Include="..\SqlSugar.QuestDb.RestApi\SqlSugar.QuestDb.RestAPI.csproj" />
2022-07-29 22:44:21 +08:00
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
</ItemGroup>
</Project>