mirror of https://github.com/abpframework/eventhub
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.
21 lines
798 B
21 lines
798 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<RootNamespace>EventHub.Admin</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\EventHub.Admin.Application.Contracts\EventHub.Admin.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\..\modules\payment\src\Payment.Admin.HttpApi\Payment.Admin.HttpApi.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.Account.HttpApi" Version="5.0.1" />
|
|
<PackageReference Include="Volo.Abp.Identity.HttpApi" Version="5.0.1" />
|
|
<PackageReference Include="Volo.Abp.PermissionManagement.HttpApi" Version="5.0.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|