This package allows you to host ASP.NET Web API within an OWIN server and provides access to additional OWIN features.
Info
Version: | 5.3.0 |
Author(s): | Microsoft |
Last Update: | Monday, October 23, 2023 |
.NET Fiddle: | Online Example |
Project Url: | https://www.asp.net/web-api |
NuGet Url: | https://www.nuget.org/packages/Microsoft.AspNet.WebApi.Owin |
Install
Install-Package Microsoft.AspNet.WebApi.Owin
dotnet add package Microsoft.AspNet.WebApi.Owin
paket add Microsoft.AspNet.WebApi.Owin
Microsoft.AspNet.WebApi.Owin Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.WebApi.Core(>= 5.2.7 && < 5.3.0)
- Microsoft.Owin(>= 2.0.2)
- Owin(>= 1.0.0)
Tags