| 1234567891011121314151617181920 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <RootNamespace>Apq.Cfg.Database</RootNamespace>
- <Description>Apq.Cfg 的数据库配置源扩展,支持 SqlServer、MySQL、PostgreSQL、Oracle、SQLite</Description>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="SqlSugarCore" Version="5.1.4.210"/>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Apq.Cfg\Apq.Cfg.csproj"/>
- </ItemGroup>
- <ItemGroup>
- <None Include="README.md" Pack="true" PackagePath="\"/>
- </ItemGroup>
- </Project>
|