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.
19 lines
698 B
19 lines
698 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<RootNamespace />
|
|
<Description>Cap分布式事件总线</Description>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<DocumentationFile>$(SolutionDir)modules\common\LINGYUN.Abp.EventBus.CAP\LINGYUN.Abp.EventBus.CAP.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="DotNetCore.CAP" Version="3.0.4" />
|
|
<PackageReference Include="Volo.Abp.BackgroundWorkers" Version="3.1.0" />
|
|
<PackageReference Include="Volo.Abp.EventBus" Version="3.1.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|