distributed-computing/tasks/kazakov-ev/lab_4/Tut1/Receive/Receive.csproj
2023-12-18 12:22:22 +03:00

15 lines
339 B
XML

<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.7.0" />
</ItemGroup>
</Project>