2022-08-23 00:30:09 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-08-15 12:24:26 +08:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2023-11-08 22:59:10 +08:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2022-08-15 12:24:26 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="System.Data.Odbc" Version="6.0.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-08-23 00:30:09 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\SqlSugar.GBaseCore\SqlSugar.GBaseCore.csproj" />
|
|
|
|
|
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-08-15 12:24:26 +08:00
|
|
|
|
</Project>
|