AMQPNetLite by xinchen

<PackageReference Include="AMQPNetLite" Version="2.0.0" />

 AMQPNetLite 2.0.0

This is a lightweight AMQP 1.0 library for .Net platforms, including .Net Framework, .Net Micro Framework, .Net Core, Universal Windows Platform, Windows Phone, Windows Store, Mono, and Mono/Xamarin. The library includes both a client and listener to enable peer to peer and broker based messaging. A more compact version for NETMF is available in the AmqpNetMicro package. For .Net Core (netstandard1.3), there are three packages, AMQPNetLite.Core, AMQPNetLite.Serialization, AMQPNetLite.WebSockets, that contain different components of the library.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>AMQPNetLite</id>
    <version>2.0.0</version>
    <title>AMQP.Net Lite</title>
    <authors>xinchen</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/Azure/amqpnetlite/blob/master/license.txt</licenseUrl>
    <projectUrl>https://github.com/Azure/amqpnetlite</projectUrl>
    <description>This is a lightweight AMQP 1.0 library for .Net platforms, including .Net Framework,
      .Net Micro Framework, .Net Core, Universal Windows Platform, Windows Phone, Windows Store, Mono,
      and Mono/Xamarin. The library includes both a client and listener to enable peer to peer and
      broker based messaging. A more compact version for NETMF is available in the AmqpNetMicro package.
      For .Net Core (netstandard1.3), there are three packages, AMQPNetLite.Core, AMQPNetLite.Serialization,
      AMQPNetLite.WebSockets, that contain different components of the library.</description>
    <summary>AMQP 1.0 library for .Net platforms</summary>
    <releaseNotes>https://github.com/Azure/amqpnetlite/releases/tag/v2.0.0</releaseNotes>
    <copyright>Copyright 2014</copyright>
    <tags>AMQP net netmf netstandard UWP mono</tags>
    <dependencies>
      <group targetFramework=".NETMicroFramework0.0" />
      <group targetFramework=".NETFramework3.5" />
      <group targetFramework=".NETFramework4.0">
        <dependency id="Microsoft.Bcl.Async" version="1.0.168" />
      </group>
      <group targetFramework=".NETFramework4.5" />
      <group targetFramework=".NETCore4.5.1" />
      <group targetFramework="UAP10.0" />
      <group targetFramework=".NETStandard1.3">
        <dependency id="AMQPNetLite.Core" version="2.0.0" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="Microsoft.SPOT.Native" targetFramework="netmf420.0" />
      <frameworkAssembly assemblyName="Microsoft.SPOT.Net.Security" targetFramework="netmf420.0" />
      <frameworkAssembly assemblyName="System" targetFramework="netmf420.0" />
      <frameworkAssembly assemblyName="System.Net.Security" targetFramework="netmf420.0" />
    </frameworkAssemblies>
  </metadata>
</package>