DAS_2023_1/almukhammetov_bulat_lab_4/RabbitMQ/RabbitMQConsumer2/RabbitMQConsumer2.csproj

15 lines
339 B
XML
Raw Normal View History

2024-01-06 18:37:17 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="RabbitMQ.Client" Version="6.8.1" />
</ItemGroup>
</Project>