Silky.DotNetty.Protocol.Tcp by Silky.DotNetty.Protocol.Tcp

<PackageReference Include="Silky.DotNetty.Protocol.Tcp" Version="3.5.1" />

 Silky.DotNetty.Protocol.Tcp 3.5.1

The Silky framework uses the TCP protocol of dotnetty/SpanNetty as the communication component

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Silky.DotNetty.Protocol.Tcp</id>
    <version>3.5.1</version>
    <authors>Silky.DotNetty.Protocol.Tcp</authors>
    <iconUrl>https://raw.githubusercontent.com/liuhll/silky/main/docs/.vuepress/public/assets/logo/logo.png</iconUrl>
    <description>The Silky framework uses the TCP protocol of dotnetty/SpanNetty as the communication component</description>
    <tags>silky micro-service rpc distributed-transactions tcc-transaction</tags>
    <repository type="Github" url="https://github.com/liuhll/silky" />
    <dependencies>
      <group targetFramework="net5.0">
        <dependency id="Silky.DotNetty.Abstraction" version="3.5.1" exclude="Build,Analyzers" />
      </group>
      <group targetFramework="net6.0">
        <dependency id="Silky.DotNetty.Abstraction" version="3.5.1" exclude="Build,Analyzers" />
      </group>
      <group targetFramework="net7.0">
        <dependency id="Silky.DotNetty.Abstraction" version="3.5.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>