Apq.Cfg.Database.csproj 476 B

12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <RootNamespace>Apq.Cfg.Database</RootNamespace>
  4. <Description>Apq.Cfg 的数据库配置源扩展,支持 SqlServer、MySQL、PostgreSQL、Oracle、SQLite</Description>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="SqlSugarCore" Version="5.1.4.210"/>
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\Apq.Cfg\Apq.Cfg.csproj"/>
  11. </ItemGroup>
  12. </Project>