You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.7 KiB

2 years ago
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <Import Project="..\..\common.props" />
  3. <PropertyGroup>
  4. <TargetFramework>net6.0</TargetFramework>
  5. <RootNamespace>Shentun.Peis</RootNamespace>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <Compile Remove="Models2\**" />
  9. <EmbeddedResource Remove="Models2\**" />
  10. <None Remove="Models2\**" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\Shentun.Peis.Domain\Shentun.Peis.Domain.csproj" />
  14. <!--<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.3" />-->
  15. <PackageReference Include="Volo.Abp.EntityFrameworkCore.PostgreSql" Version="6.0.0" />
  16. <PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" Version="6.0.0" />
  17. <PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" Version="6.0.0" />
  18. <PackageReference Include="Volo.Abp.Identity.EntityFrameworkCore" Version="6.0.0" />
  19. <PackageReference Include="Volo.Abp.BackgroundJobs.EntityFrameworkCore" Version="6.0.0" />
  20. <PackageReference Include="Volo.Abp.AuditLogging.EntityFrameworkCore" Version="6.0.0" />
  21. <PackageReference Include="Volo.Abp.TenantManagement.EntityFrameworkCore" Version="6.0.0" />
  22. <PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" Version="6.0.0" />
  23. <PackageReference Include="Volo.Abp.OpenIddict.EntityFrameworkCore" Version="6.0.0" />
  24. </ItemGroup>
  25. <ItemGroup>
  26. <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.5">
  27. <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
  28. <PrivateAssets>compile; contentFiles; build; buildMultitargeting; buildTransitive; analyzers; native</PrivateAssets>
  29. </PackageReference>
  30. </ItemGroup>
  31. </Project>