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.
23 lines
1.0 KiB
23 lines
1.0 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.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.Client\Payment.Admin.HttpApi.Client.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.Account.HttpApi.Client" Version="10.4.1" />
|
|
<PackageReference Include="Volo.Abp.Identity.HttpApi.Client" Version="10.4.1" />
|
|
<PackageReference Include="Volo.Abp.PermissionManagement.HttpApi.Client" Version="10.4.1" />
|
|
<PackageReference Include="Volo.CmsKit.Admin.HttpApi.Client" Version="10.4.1" />
|
|
<PackageReference Include="Volo.Abp.SettingManagement.HttpApi.Client" Version="10.4.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|