SqlSugar/Src/Asp.NetCore2/CustomDbTest/CustomDbTest.csproj
2025-04-23 17:09:21 +08:00

16 lines
385 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Platforms>AnyCPU;ARM32</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SqlSugar.DuckDBCore\SqlSugar.DuckDBCore.csproj" />
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
</ItemGroup>
</Project>