Microsoft.AspNet.WebApi.Core by Microsoft

<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.4-preview1" />

 Microsoft.AspNet.WebApi.Core 5.2.4-preview1

This package contains the core runtime assemblies for ASP.NET Web API. This package is used by hosts of the ASP.NET Web API runtime. To host a Web API in IIS use the Microsoft.AspNet.WebApi.WebHost package. To host a Web API in your own process use the Microsoft.AspNet.WebApi.SelfHost package.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.AspNet.WebApi.Core</id>
    <version>5.2.4-preview1</version>
    <title>Microsoft ASP.NET Web API 2.2 Core Libraries</title>
    <authors>Microsoft</authors>
    <owners>Microsoft,aspnet</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
    <projectUrl>https://www.asp.net/web-api</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>This package contains the core runtime assemblies for ASP.NET Web API. This package is used by hosts of the ASP.NET Web API runtime. To host a Web API in IIS use the Microsoft.AspNet.WebApi.WebHost package. To host a Web API in your own process use the Microsoft.AspNet.WebApi.SelfHost package.</description>
    <summary>This package contains the core runtime assemblies for ASP.NET Web API.</summary>
    <releaseNotes>Please visit http://go.microsoft.com/fwlink/?LinkID=403010 to view the release notes.</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <language>en-US</language>
    <tags>Microsoft AspNet WebApi AspNetWebApi</tags>
    <dependencies>
      <dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.4-preview1" />
    </dependencies>
  </metadata>
</package>