Microsoft.AspNet.WebApi.SelfHost 5.2.3

dotnet add package Microsoft.AspNet.WebApi.SelfHost --version 5.2.3                
NuGet\Install-Package Microsoft.AspNet.WebApi.SelfHost -Version 5.2.3                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNet.WebApi.SelfHost" Version="5.2.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNet.WebApi.SelfHost --version 5.2.3                
#r "nuget: Microsoft.AspNet.WebApi.SelfHost, 5.2.3"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.AspNet.WebApi.SelfHost as a Cake Addin
#addin nuget:?package=Microsoft.AspNet.WebApi.SelfHost&version=5.2.3

// Install Microsoft.AspNet.WebApi.SelfHost as a Cake Tool
#tool nuget:?package=Microsoft.AspNet.WebApi.SelfHost&version=5.2.3                

This is a legacy package for hosting ASP.NET Web API within your own process (outside of IIS). Please use the Microsoft.AspNet.WebApi.OwinSelfHost package for new projects.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Microsoft.AspNet.WebApi.SelfHost:

Package Downloads
AspNetWebApi.SelfHost

Legacy package, AspNetWebApi.SelfHost is now included in the 'Microsoft.AspNet.WebApi.SelfHost' package.

GitHub repositories (19)

Showing the top 5 popular GitHub repositories that depend on Microsoft.AspNet.WebApi.SelfHost:

Repository Stars
domaindrivendev/Swashbuckle.WebApi
Seamlessly adds a swagger to WebApi projects!
stefanprodan/WebApiThrottle
ASP.NET Web API rate limiter for IIS and Owin hosting
filipw/Strathweb.CacheOutput
ASP.NET Web API CacheOutput - library to allow you to cache the output of ApiControllers
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
aliostad/CacheCow
An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server
Version Downloads Last updated
5.2.3 49,161 2/9/2015
5.2.3-beta1 582 12/17/2014
5.2.2 31,460 8/28/2014
5.2.2-rc 452 8/23/2014
5.2.0 18,741 7/1/2014
5.2.0-rc 732 5/27/2014
5.1.2 22,467 4/2/2014
5.1.1 14,442 2/10/2014
5.1.0 7,375 1/17/2014
5.1.0-rc1 753 12/6/2013
5.0.1 4,185 2/13/2014
5.0.0 28,737 10/17/2013
5.0.0-rc1 1,152 8/23/2013
5.0.0-beta2 1,068 6/26/2013
5.0.0-beta1 408 6/26/2013
4.0.30506 92,485 5/30/2013
4.0.20918 66,907 9/27/2012
4.0.20710 31,135 8/11/2012
4.0.20505 25,022 5/31/2012

Please visit https://go.microsoft.com/fwlink/?LinkID=403010 to view the release notes.