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

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Shentun.Peis</RootNamespace>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Shentun.Peis.Domain\Shentun.Peis.Domain.csproj" />
<ProjectReference Include="..\Shentun.Peis.Application.Contracts\Shentun.Peis.Application.Contracts.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.0" />
<PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
<PackageReference Include="Volo.Abp.Account.Application" Version="6.0.0" />
<PackageReference Include="Volo.Abp.Identity.Application" Version="6.0.0" />
<PackageReference Include="Volo.Abp.PermissionManagement.Application" Version="6.0.0" />
<PackageReference Include="Volo.Abp.TenantManagement.Application" Version="6.0.0" />
<PackageReference Include="Volo.Abp.FeatureManagement.Application" Version="6.0.0" />
<PackageReference Include="Volo.Abp.SettingManagement.Application" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="ItemTypes\" />
</ItemGroup>
</Project>