WebApiContrib.Core.Formatter.Bson by filipw,thabart,WebApiContrib Contributors

<PackageReference Include="WebApiContrib.Core.Formatter.Bson" Version="2.0.0" />

 WebApiContrib.Core.Formatter.Bson 2.0.0

ASP.NET Core BSON formatter, used for working with Binary JSON responses/requests.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>WebApiContrib.Core.Formatter.Bson</id>
    <version>2.0.0</version>
    <authors>filipw,thabart,WebApiContrib Contributors</authors>
    <owners>filipw,thabart,WebApiContrib Contributors</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/WebApiContrib/WebAPIContrib.Core/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/WebApiContrib/WebAPIContrib.Core/tree/master/src/WebApiContrib.Core.Formatter.Bson</projectUrl>
    <iconUrl>https://avatars1.githubusercontent.com/u/1561645?s=140</iconUrl>
    <description>ASP.NET Core BSON formatter, used for working with Binary JSON responses/requests.</description>
    <tags>ASP.NET Core webapicontrib bson aspnetcore formatter</tags>
    <repository type="git" url="https://github.com/WebApiContrib/WebAPIContrib.Core.git" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.AspNetCore.Mvc.Core" version="2.0.2" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="10.0.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>