Owin.Framework 2.5.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Owin.Framework --version 2.5.1
NuGet\Install-Package Owin.Framework -Version 2.5.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Owin.Framework" Version="2.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Owin.Framework --version 2.5.1
#r "nuget: Owin.Framework, 2.5.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Owin.Framework as a Cake Addin
#addin nuget:?package=Owin.Framework&version=2.5.1

// Install Owin.Framework as a Cake Tool
#tool nuget:?package=Owin.Framework&version=2.5.1

An open architecture for interoperable OWIN middleware

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 7,566 4/6/2020
2.8.1 658 2/8/2020
2.8.0 869 1/27/2020
2.7.1 591 1/14/2020
2.7.0 631 12/10/2019
2.6.10 575 10/6/2019
2.6.9 1,599 5/28/2019
2.6.8 3,951 9/19/2018
2.6.7 5,848 6/1/2018
2.6.6 3,731 5/31/2018
2.6.5 4,242 5/22/2018
2.6.4 2,976 4/27/2018
2.6.3 1,086 4/27/2018
2.6.2 1,556 3/29/2018
2.6.1 1,631 2/8/2018
2.6.0 2,423 1/21/2018
2.5.7 2,624 7/24/2017
2.5.6 7,016 7/17/2017
2.5.1 4,056 6/25/2017
2.5.0 2,610 6/25/2017
2.4.2 2,017 5/22/2017
2.4.1 1,136 5/22/2017
2.4.0 2,218 3/27/2017
2.3.0 2,111 3/13/2017
2.3.0-alpha 1,019 3/12/2017
2.2.11 4,276 2/21/2017
2.2.10 1,675 2/18/2017
2.2.9 1,652 2/15/2017
2.2.8 11,102 1/23/2017
2.2.2 4,041 1/8/2017
2.2.0 3,203 11/6/2016
2.1.4 1,068 7/26/2016
2.1.3 1,047 7/8/2016
2.1.2 1,036 7/6/2016
2.1.1 1,022 7/2/2016
2.1.0 5,483 7/2/2016
2.0.4 1,013 7/2/2016
2.0.3 1,186 7/1/2016
2.0.2 1,008 7/1/2016
2.0.1 1,407 7/1/2016
1.0.1 1,029 6/28/2016
1.0.0 2,402 6/27/2016

Added default public constructor to allow serialization