1
0
mirror of synced 2024-11-14 17:33:49 +00:00
PettingZoo/PettingZoo.RabbitMQ/PettingZoo.RabbitMQ.csproj
Mark van Renswoude 057cac4e22 Upgraded to .NET 6
Implemented Tapeti compatible publishing
WIP: example generator from Tapeti message classes (UI still hidden)
2021-12-15 10:50:45 +01:00

18 lines
434 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="RabbitMQ.Client" Version="6.2.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PettingZoo.Core\PettingZoo.Core.csproj" />
</ItemGroup>
</Project>