Owin.Framework
2.6.0
See the version list below for details.
dotnet add package Owin.Framework --version 2.6.0
NuGet\Install-Package Owin.Framework -Version 2.6.0
<PackageReference Include="Owin.Framework" Version="2.6.0" />
paket add Owin.Framework --version 2.6.0
#r "nuget: Owin.Framework, 2.6.0"
// Install Owin.Framework as a Cake Addin #addin nuget:?package=Owin.Framework&version=2.6.0 // Install Owin.Framework as a Cake Tool #tool nuget:?package=Owin.Framework&version=2.6.0
An open architecture for interoperable OWIN middleware
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. 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. |
-
- Ioc.Modules (>= 1.1.4)
- Microsoft.Owin (>= 2.1.0)
- Owin (>= 1.0.0)
NuGet packages (33)
Showing the top 5 NuGet packages that depend on Owin.Framework:
Package | Downloads |
---|---|
Owin.Framework.Pages.Core
Defines the interfaces, enums and custom attributes that the other packages from Owin.Pages.Framework depend on |
|
Owin.Framework.Pages.Restful
Contains build engine plugins that allow the application to define endpoints that respond to RESTful requests |
|
Owin.Framework.Pages.Html
Provides build engines that can be plugged into the fluent builder to enable your website to respond to requests by returning pages of Html |
|
Owin.Framework.Pages.Framework
Default implementations of core interfaces that most people will choose to use. You can implement these framework classes yourself if you want to completely define how the this framework works under the hood, but this is a very advanced use case |
|
Owin.Framework.Pages.DebugMiddleware
Middleware that shows the internal structure of pages to help with debugging issues with page composition and data provisioning |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.8.2 | 9,114 | 4/6/2020 |
2.8.1 | 688 | 2/8/2020 |
2.8.0 | 940 | 1/27/2020 |
2.7.1 | 630 | 1/14/2020 |
2.7.0 | 657 | 12/10/2019 |
2.6.10 | 587 | 10/6/2019 |
2.6.9 | 1,662 | 5/28/2019 |
2.6.8 | 4,136 | 9/19/2018 |
2.6.7 | 6,104 | 6/1/2018 |
2.6.6 | 3,950 | 5/31/2018 |
2.6.5 | 4,488 | 5/22/2018 |
2.6.4 | 3,153 | 4/27/2018 |
2.6.3 | 1,115 | 4/27/2018 |
2.6.2 | 1,621 | 3/29/2018 |
2.6.1 | 1,699 | 2/8/2018 |
2.6.0 | 2,563 | 1/21/2018 |
2.5.7 | 2,751 | 7/24/2017 |
2.5.6 | 7,365 | 7/17/2017 |
2.5.1 | 4,260 | 6/25/2017 |
2.5.0 | 2,717 | 6/25/2017 |
2.4.2 | 2,133 | 5/22/2017 |
2.4.1 | 1,182 | 5/22/2017 |
2.4.0 | 2,320 | 3/27/2017 |
2.3.0 | 2,220 | 3/13/2017 |
2.3.0-alpha | 1,094 | 3/12/2017 |
2.2.11 | 4,479 | 2/21/2017 |
2.2.10 | 1,753 | 2/18/2017 |
2.2.9 | 1,741 | 2/15/2017 |
2.2.8 | 12,248 | 1/23/2017 |
2.2.2 | 4,261 | 1/8/2017 |
2.2.0 | 3,313 | 11/6/2016 |
2.1.4 | 1,097 | 7/26/2016 |
2.1.3 | 1,078 | 7/8/2016 |
2.1.2 | 1,064 | 7/6/2016 |
2.1.1 | 1,052 | 7/2/2016 |
2.1.0 | 5,768 | 7/2/2016 |
2.0.4 | 1,044 | 7/2/2016 |
2.0.3 | 1,230 | 7/1/2016 |
2.0.2 | 1,038 | 7/1/2016 |
2.0.1 | 1,455 | 7/1/2016 |
1.0.1 | 1,056 | 6/28/2016 |
1.0.0 | 2,508 | 6/27/2016 |
Split IIdentityStore and IIdentityDirectory because they
are typically provided by different modules.