webapicontrib - Microsoft.AspNet.WebApi.SelfHost 5.0.0
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.
PM> Install-Package Microsoft.AspNet.WebApi.SelfHost -Version 5.0.0 -Source https://www.myget.org/F/webapicontrib/api/v3/index.json
> nuget.exe install Microsoft.AspNet.WebApi.SelfHost -Version 5.0.0 -Source https://www.myget.org/F/webapicontrib/api/v3/index.json
> dotnet add package Microsoft.AspNet.WebApi.SelfHost --version 5.0.0 --source https://www.myget.org/F/webapicontrib/api/v3/index.json
source https://www.myget.org/F/webapicontrib/api/v3/index.json
nuget Microsoft.AspNet.WebApi.SelfHost ~> 5.0.0
Copy to clipboard
> choco install Microsoft.AspNet.WebApi.SelfHost --version 5.0.0 --source https://www.myget.org/F/webapicontrib/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "webapicontrib" -SourceLocation "https://www.myget.org/F/webapicontrib/api/v2"
Install-Module -Name "Microsoft.AspNet.WebApi.SelfHost" -RequiredVersion "5.0.0" -Repository "webapicontrib"
Copy to clipboard
OwnersChris Missal |
AuthorsMicrosoft |
Project URLhttp://www.asp.net/web-api |
LicenseApache-2.0 |
TagsMicrosoft AspNet WebApi AspNetWebApi SelfHost |
Info31 total downloads |
| 31 downloads for version 5.0.0 |
| Download (52.2 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
5.0.0 | 52.2 KB | Fri, 02 Jan 2015 23:03:21 GMT | 31 |
|