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.
31 lines
1.2 KiB
31 lines
1.2 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Library</OutputType>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ApplicationIcon />
|
|
<StartupObject />
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
<PackageId>XCZ.BaseService.HttpApi</PackageId>
|
|
<Version>1.1.0</Version>
|
|
<Title>BaseService远程服务</Title>
|
|
<Authors>XCZ</Authors>
|
|
<Company>XCZ</Company>
|
|
<Product>BaseService.HttpApi</Product>
|
|
<PackageProjectUrl>https://github.com/WilliamXu96/ABP-MicroService</PackageProjectUrl>
|
|
<RepositoryUrl>https://github.com/WilliamXu96/ABP-MicroService</RepositoryUrl>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="7.0.1" />
|
|
<PackageReference Include="Volo.Abp.Account.HttpApi" Version="7.0.1" />
|
|
<PackageReference Include="Volo.Abp.PermissionManagement.HttpApi" Version="7.0.1" />
|
|
<PackageReference Include="Volo.Abp.TenantManagement.HttpApi" Version="7.0.1" />
|
|
<PackageReference Include="Volo.Abp.Identity.HttpApi" Version="7.0.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\BaseService.Application.Contracts\BaseService.Application.Contracts.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|