DocSpace-buildtools/common/ASC.EventBus.ActiveMQ/ASC.EventBus.ActiveMQ.csproj

21 lines
576 B
XML
Raw Normal View History

2022-10-12 11:43:00 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2022-11-10 10:10:18 +00:00
<TargetFramework>net7.0</TargetFramework>
2022-10-12 11:43:00 +00:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Apache.NMS.AMQP" Version="2.0.0" />
<PackageReference Include="Polly" Version="7.2.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ASC.Common\ASC.Common.csproj" />
<ProjectReference Include="..\ASC.EventBus\ASC.EventBus.csproj" />
</ItemGroup>
</Project>