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

13 lines
268 B
XML
Raw Normal View History

2022-08-15 12:24:26 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Data.Odbc" Version="6.0.0" />
</ItemGroup>
</Project>