You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
395 B
XML
17 lines
395 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Polly" Version="7.2.2" />
|
|
<PackageReference Include="RabbitMQ.Client" Version="6.2.2" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Admin.Core.Common\Admin.Core.Common.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|