ASP.NET Web API OWIN integration for Autofac.
Info
| Version: | 6.2.1 |
| Author(s): | Autofac Contributors |
| Last Update: | Thursday, July 13, 2023 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://autofac.org/ |
| NuGet Url: | https://www.nuget.org/packages/Autofac.WebApi2.Owin |
Install
Install-Package Autofac.WebApi2.Owin
dotnet add package Autofac.WebApi2.Owin
paket add Autofac.WebApi2.Owin
Autofac.WebApi2.Owin Download (Unzip the "nupkg" after downloading)
Dependencies
- Autofac(>= 6.0.0 && < 7.0.0)
- Autofac.Owin(>= 6.0.0 && < 7.0.0)
- Autofac.WebApi2(>= 6.0.0 && < 7.0.0)
- Microsoft.AspNet.WebApi.Owin(>= 5.2.7)
- System.Net.Http(>= 4.3.4)