SuperSocket.Channel by Kerry Jiang and other contributors

<PackageReference Include="SuperSocket.Channel" Version="2.0.0-beta.8" />

 SuperSocket.Channel 2.0.0-beta.8

SuperSocket library to abstract underlying communications as channel with pipeline.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>SuperSocket.Channel</id>
    <version>2.0.0-beta.8</version>
    <authors>Kerry Jiang and other contributors</authors>
    <owners>Kerry Jiang and other contributors</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <projectUrl>https://github.com/kerryjiang/supersocket</projectUrl>
    <description>SuperSocket library to abstract underlying communications as channel with pipeline.</description>
    <repository type="git" url="https://github.com/kerryjiang/SuperSocket" commit="5b2b9247cc2235f5573fb17e7548bc464c6bc839" />
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="SuperSocket.ProtoBase" version="2.0.0-beta.8" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Logging.Abstractions" version="3.1.10" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Options" version="3.1.10" exclude="Build,Analyzers" />
        <dependency id="System.IO.Pipelines" version="4.7.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>