Apq.Cfg.Database.csproj 574 B

1234567891011121314151617181920
  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. <ItemGroup>
  13. <None Include="README.md" Pack="true" PackagePath="\"/>
  14. </ItemGroup>
  15. </Project>