NAME.SelfHost.Kestrel by Miguel Alexandre,João Trigo Soares

<PackageReference Include="NAME.SelfHost.Kestrel" Version="1.2.1" />

 NAME.SelfHost.Kestrel 1.2.1

Provides a way to add NAME as a self host web api endpoint for .NET core using the Kestrel web-server.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>NAME.SelfHost.Kestrel</id>
    <version>1.2.1</version>
    <authors>Miguel Alexandre,João Trigo Soares</authors>
    <owners>Miguel Alexandre,João Trigo Soares</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/nosinovacao/name-sdk/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/nosinovacao/name-sdk</projectUrl>
    <description>Provides a way to add NAME as a self host web api endpoint for .NET core using the Kestrel web-server.</description>
    <releaseNotes>Check https://github.com/nosinovacao/name-sdk/blob/master/CHANGELOG.md for release notes.</releaseNotes>
    <copyright>Copyright © NOS Inovação 2016-2019</copyright>
    <tags>NOS NAME Self Host SelfHost Kestrel NOS Api Manifest Extension</tags>
    <dependencies>
      <group targetFramework=".NETStandard1.6">
        <dependency id="NAME" version="1.2.1" exclude="Build,Analyzers" />
        <dependency id="NAME.AspNetCore" version="1.2.1" exclude="Build,Analyzers" />
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Server.Kestrel" version="1.1.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>