MQTTnet.AspNetCore by Christian Kratky

<PackageReference Include="MQTTnet.AspNetCore" Version="2.8.5-rc5" />

 MQTTnet.AspNetCore 2.8.5-rc5

This is a support library to integrate MQTTnet into AspNetCore.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>MQTTnet.AspNetCore</id>
    <version>2.8.5-rc5</version>
    <authors>Christian Kratky</authors>
    <owners>Christian Kratky</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/chkr1011/MQTTnet/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/chkr1011/MQTTnet</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/chkr1011/MQTTnet/master/Images/Logo_128x128.png</iconUrl>
    <description>This is a support library to integrate MQTTnet into AspNetCore.</description>
    <releaseNotes>For release notes please go to MQTTnet release notes (https://www.nuget.org/packages/MQTTnet/).</releaseNotes>
    <copyright>Copyright Christian Kratky 2016-2018</copyright>
    <tags>MQTT Message Queue Telemetry Transport MQTTClient MQTTServer Server MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Hardware Arduino Sensor Actuator M2M ESP Smart Home Cities Automation Xamarin</tags>
    <dependencies>
      <dependency id="MQTTnet" version="2.8.5-rc5" />
      <dependency id="Microsoft.AspNetCore.Connections.Abstractions" version="2.1.3" />
      <dependency id="Microsoft.AspNetCore.WebSockets" version="2.1.1" />
      <dependency id="Microsoft.Extensions.Hosting.Abstractions" version="2.1.1" />
    </dependencies>
  </metadata>
</package>