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
790 B
21 lines
790 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
<RootNamespace>EventHub.Admin</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\EventHub.Domain\EventHub.Domain.csproj" />
|
|
<ProjectReference Include="..\EventHub.Admin.Application.Contracts\EventHub.Admin.Application.Contracts.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.Account.Application" Version="4.4.0-rc.1" />
|
|
<PackageReference Include="Volo.Abp.Identity.Application" Version="4.4.0-rc.1" />
|
|
<PackageReference Include="Volo.Abp.PermissionManagement.Application" Version="4.4.0-rc.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|