SqlSugar/Src/Asp.NetCore2/SqlSugar.OdbcCore/SqlSugar.OdbcCore.csproj

19 lines
431 B
XML
Raw Normal View History

2022-08-28 18:20:05 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
2024-04-02 08:40:40 +08:00
<Copyright>5.1.4.151</Copyright>
<Version>5.1.4.151</Version>
2022-08-28 18:20:05 +08:00
</PropertyGroup>
<ItemGroup>
2024-06-27 14:30:28 +08:00
<PackageReference Include="System.Data.Odbc" Version="8.0.0" />
2022-08-28 18:20:05 +08:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
</ItemGroup>
</Project>