SAEA.Sockets by yswenli

<PackageReference Include="SAEA.Sockets" Version="3.1.1" />

 SAEA.Sockets 3.1.1

SAEA.Socket is a high-performance IOCP framework based on.dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, lightweight message server, ultra large file transmission, etc. SAEA.Socket是一个高性能IOCP框架,基于.dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、轻量级消息服务器、超大文件传输等 https://github.com/yswenli/SAEA

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>SAEA.Sockets</id>
    <version>3.1.1</version>
    <authors>yswenli</authors>
    <owners>yswenli</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>https://github.com/yswenli/SAEA</projectUrl>
    <description>SAEA.Socket is a high-performance IOCP framework based on.dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, lightweight message server, ultra large file transmission, etc.
SAEA.Socket是一个高性能IOCP框架,基于.dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、轻量级消息服务器、超大文件传输等
https://github.com/yswenli/SAEA</description>
    <releaseNotes>SAEA.Socket is a high-performance IOCP framework based on.dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, lightweight message server, ultra large file transmission, etc.

SAEA.Socket是一个高性能IOCP框架,基于.dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、轻量级消息服务器、超大文件传输等</releaseNotes>
    <copyright>yswenli</copyright>
    <tags>iocp,tcp,socket</tags>
    <repository url="https://github.com/yswenli/SAEA" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="SAEA.Common" version="3.1.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Tpl.Dataflow" version="4.5.24" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>