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.

38 lines
1.8 KiB

2 years ago
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. <ProjectReference Include="..\Shentun.Utilities\Shentun.Utilities.csproj" />
  15. <!--<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.3" />-->
  16. <PackageReference Include="Volo.Abp.EntityFrameworkCore.PostgreSql" Version="6.0.0" />
  17. <PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" Version="6.0.0" />
  18. <PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" Version="6.0.0" />
  19. <PackageReference Include="Volo.Abp.Identity.EntityFrameworkCore" Version="6.0.0" />
  20. <PackageReference Include="Volo.Abp.BackgroundJobs.EntityFrameworkCore" Version="6.0.0" />
  21. <PackageReference Include="Volo.Abp.AuditLogging.EntityFrameworkCore" Version="6.0.0" />
  22. <PackageReference Include="Volo.Abp.TenantManagement.EntityFrameworkCore" Version="6.0.0" />
  23. <PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" Version="6.0.0" />
  24. <PackageReference Include="Volo.Abp.OpenIddict.EntityFrameworkCore" Version="6.0.0" />
  25. </ItemGroup>
  26. <ItemGroup>
  27. <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.5">
  28. <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
  29. <PrivateAssets>compile; contentFiles; build; buildMultitargeting; buildTransitive; analyzers; native</PrivateAssets>
  30. </PackageReference>
  31. </ItemGroup>
  32. </Project>