mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-08 06:37:57 +08:00
16 lines
385 B
XML
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>
|