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.

33 lines
1.4 KiB

3 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. <GenerateDocumentationFile>True</GenerateDocumentationFile>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\Shentun.Peis.Domain\Shentun.Peis.Domain.csproj" />
  10. <ProjectReference Include="..\Shentun.Peis.Application.Contracts\Shentun.Peis.Application.Contracts.csproj" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.0" />
  14. <PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
  15. <PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
  16. <PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
  17. <PackageReference Include="Volo.Abp.Account.Application" Version="6.0.0" />
  18. <PackageReference Include="Volo.Abp.Identity.Application" Version="6.0.0" />
  19. <PackageReference Include="Volo.Abp.PermissionManagement.Application" Version="6.0.0" />
  20. <PackageReference Include="Volo.Abp.TenantManagement.Application" Version="6.0.0" />
  21. <PackageReference Include="Volo.Abp.FeatureManagement.Application" Version="6.0.0" />
  22. <PackageReference Include="Volo.Abp.SettingManagement.Application" Version="6.0.0" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <Folder Include="ItemTypes\" />
  26. </ItemGroup>
  27. </Project>