Unity.SelfHostWebApiOwin
1.0.12
See the version list below for details.
dotnet add package Unity.SelfHostWebApiOwin --version 1.0.12
NuGet\Install-Package Unity.SelfHostWebApiOwin -Version 1.0.12
<PackageReference Include="Unity.SelfHostWebApiOwin" Version="1.0.12" />
<PackageVersion Include="Unity.SelfHostWebApiOwin" Version="1.0.12" />
<PackageReference Include="Unity.SelfHostWebApiOwin" />
paket add Unity.SelfHostWebApiOwin --version 1.0.12
#r "nuget: Unity.SelfHostWebApiOwin, 1.0.12"
#:package Unity.SelfHostWebApiOwin@1.0.12
#addin nuget:?package=Unity.SelfHostWebApiOwin&version=1.0.12
#tool nuget:?package=Unity.SelfHostWebApiOwin&version=1.0.12
Unity for self hosted WebApi
| Product | Versions 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. |
-
- Microsoft.AspNet.WebApi.Client (>= 5.1.2)
- Microsoft.AspNet.WebApi.Core (>= 5.1.2)
- Microsoft.AspNet.WebApi.OwinSelfHost (>= 5.1.2)
- Microsoft.AspNet.WebApi.WebHost (>= 5.1.2)
- Microsoft.AspNet.WebPages (>= 3.1.2)
- Microsoft.Owin (>= 2.1.0)
- Microsoft.Owin.Host.HttpListener (>= 2.1.0)
- Microsoft.Owin.Host.SystemWeb (>= 2.1.0)
- Microsoft.Web.Infrastructure (>= 1.0.0)
- Newtonsoft.Json (>= 6.0.2)
- Owin (>= 1.0.0)
- Unity (>= 3.0.1304.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Upgraded NuGet packages
Added support for WebApi 2.1 and AttributeRouting now set as default
Code examples
-----------------
https://github.com/damienbod/HelloWorldUnityWithSelfHostedOwin
https://github.com/damienbod/AnimalMarketEngine
Code source
--------------
https://github.com/damienbod/SelfHostWebApiWithOwinAndUnityUsingNuget
Website
--------------
http://damienbod.wordpress.com/2013/10/12/self-hosted-web-api-using-owin-and-unity-nuget-package-documentation/