SqlSugar/Src/Asp.NetCore2/GbaseTest/GbaseTest.csproj

18 lines
447 B
XML
Raw Normal View History

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>
<TargetFramework>netcoreapp3.1</TargetFramework>
</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>