chore: add MQTTnet NuGet package for E2E MQTT tests

This commit is contained in:
Joseph Doherty
2026-03-12 19:07:06 -04:00
parent 0e252d6ccf
commit 4853409a40
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
<ItemGroup>
<PackageReference Include="coverlet.collector" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="MQTTnet" />
<PackageReference Include="NATS.Client.Core" />
<PackageReference Include="NATS.Client.JetStream" />
<PackageReference Include="NATS.NKeys" />