webapicontrib - Microsoft.AspNet.WebApi.Core 5.2.3
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.
PM> Install-Package Microsoft.AspNet.WebApi.Core -Version 5.2.3 -Source https://www.myget.org/F/webapicontrib/api/v3/index.json
> nuget.exe install Microsoft.AspNet.WebApi.Core -Version 5.2.3 -Source https://www.myget.org/F/webapicontrib/api/v3/index.json
> dotnet add package Microsoft.AspNet.WebApi.Core --version 5.2.3 --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.Core ~> 5.2.3
Copy to clipboard
> choco install Microsoft.AspNet.WebApi.Core --version 5.2.3 --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.Core" -RequiredVersion "5.2.3" -Repository "webapicontrib"
Copy to clipboard
Please visit http://go.microsoft.com/fwlink/?LinkID=403010 to view the release notes.
- .NETFramework 4.5: 4.5.0.0
OwnersChris Missal |
AuthorsMicrosoft |
Project URLhttp://www.asp.net/web-api |
LicenseApache-2.0 |
TagsMicrosoft AspNet WebApi AspNetWebApi |
Info122 total downloads |
| 44 downloads for version 5.2.3 |
| Download (233.81 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
5.2.3 | 233.81 KB | Wed, 28 Oct 2015 04:53:25 GMT | 44 |
|
||
|
|
5.1.1 | 228.68 KB | Wed, 28 Oct 2015 04:02:25 GMT | 25 |
|
||
|
|
5.0.0 | 218.94 KB | Wed, 12 Aug 2015 22:38:25 GMT | 26 |
|
||
|
|
4.0.20710.0 | 172.79 KB | Wed, 19 Aug 2015 15:47:58 GMT | 27 |
|