Skip to content

Commit

Permalink
fix mqttnet ver
Browse files Browse the repository at this point in the history
  • Loading branch information
rido-min committed Dec 5, 2023
1 parent a06f85a commit cbd8727
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MQTTnet" Version="4.3.2.933" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MQTTnet" Version="4.3.2.930" />
</ItemGroup>
</Project>

0 comments on commit cbd8727

Please sign in to comment.