SqlSugar/Src/Asp.NetCore2/CustomDbTest/CustomDbTest.csproj

16 lines
385 B
XML
Raw Normal View History

2022-02-27 00:24:12 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2023-11-08 22:59:10 +08:00
<TargetFramework>net6.0</TargetFramework>
2022-02-27 00:24:12 +08:00
<Platforms>AnyCPU;ARM32</Platforms>
</PropertyGroup>
<ItemGroup>
2025-04-23 17:09:21 +08:00
<ProjectReference Include="..\SqlSugar.DuckDBCore\SqlSugar.DuckDBCore.csproj" />
2022-02-27 00:24:12 +08:00
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
</ItemGroup>
</Project>