MagicOnion.HttpGateway by Cysharp

<PackageReference Include="MagicOnion.HttpGateway" Version="2.6.1" />

 MagicOnion.HttpGateway 2.6.1

HTTP1 JSON Gateway and Swagger Integration for MagicOnion.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>MagicOnion.HttpGateway</id>
    <version>2.6.1</version>
    <authors>Cysharp</authors>
    <owners>Cysharp</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>https://github.com/Cysharp/MagicOnion</projectUrl>
    <description>HTTP1 JSON Gateway and Swagger Integration for MagicOnion.</description>
    <copyright>Cysharp</copyright>
    <tags>gRPC, HTTP2</tags>
    <repository type="git" url="https://github.com/Cysharp/MagicOnion" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="MagicOnion" version="2.6.1" exclude="Build,Analyzers" />
        <dependency id="Grpc" version="2.23.0" exclude="Build,Analyzers" />
        <dependency id="MessagePack" version="1.7.3.7" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Http.Abstractions" version="2.2.0" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="12.0.2" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>