Microsoft.AspNetCore.Owin 2.2.0-preview3-35497

Prefix Reserved
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

This is a prerelease version of Microsoft.AspNetCore.Owin.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Owin --version 2.2.0-preview3-35497
                    
NuGet\Install-Package Microsoft.AspNetCore.Owin -Version 2.2.0-preview3-35497
                    
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="Microsoft.AspNetCore.Owin" Version="2.2.0-preview3-35497" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Owin" Version="2.2.0-preview3-35497" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Owin" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.Owin --version 2.2.0-preview3-35497
                    
#r "nuget: Microsoft.AspNetCore.Owin, 2.2.0-preview3-35497"
                    
#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.
#:package Microsoft.AspNetCore.Owin@2.2.0-preview3-35497
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.Owin&version=2.2.0-preview3-35497&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Owin&version=2.2.0-preview3-35497&prerelease
                    
Install as a Cake Tool

ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application.
This package was built from the source at:
https://github.com/aspnet/HttpAbstractions/tree/800c79c0e4d3ee7423e9a255ad398e429659912f

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (89)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Owin:

Package Downloads
Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Abp.AspNetZeroCore.Web

Package Description

DicomObjects.Core

DicomObjects.Net is a simple to use .NET based DICOM library. The API is user-friendly and is aimed to provide easy ways to build DICOM solution. This library is actively supported by MedicalConnections Ltd, UK. If you have any questions please contact our support team.

Bit.Server.Owin

Bit.Server.Owin

GitHub repositories (21)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Owin:

Repository Stars
NancyFx/Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
chromelyapps/Chromely
Build Cross Platform HTML Desktop Apps on .NET using native GUI, HTML5, JavaScript, CSS, Owin, AspNetCore (MVC, RazorPages, Blazor)
riperiperi/FreeSO
Re-implementation of The Sims Online.
wixtoolset/wix
WiX Toolset Code
Whisparr/Whisparr
aelassas/wexflow
Workflow Automation Engine
Buildalyzer/Buildalyzer
A utility to perform design-time builds of .NET projects without having to think too hard about it.
aspnet/Entropy
A chaotic experimental playground for new features and ideas - check here for small and simple samples for individual features.
aspnet/Hosting
[Archived] Code for hosting and starting up an ASP.NET Core application. Project moved to https://github.com/aspnet/Extensions and https://github.com/aspnet/AspNetCore
Sina-Soltani/Parbad
A free, open-source, integrated and extensible library which connects your web applications to online payment gateways. Gateways can be added or developed by you.
zavolokas/Inpainting
Want to remove something(someone) from a photo as it never was there? This is .NET implementation of content-aware fill. It smartly fills in unwanted or missing areas of photographs.
webview2/EdgeSharp
Build .NET Win32/WinForms/WPF WebView2 HTML5 Desktop Apps
zhupingqi/RuiJi.Net
crawler framework, distributed crawler extractor
spetz/asp-net-core-samples
mausch/QuartzNetWebConsole
Embeddable Quartz.Net web console
cmendible/dotnetcore.samples
.NET Core Samples - Code it Yourself...
Wyamio/Wyam
A modular static content and static site generator.
devmentors/DNC-DShop.Common
[Distributed .NET Core] Common library for DShop project.
yahehe/Nancy.Swagger
Nancy plugin for generated API documentation in Swagger format.
dazinator/Dotnettency
Mutlitenancy for dotnet applications
Version Downloads Last Updated
10.0.0-preview.6.25358.103 152 7/15/2025
10.0.0-preview.5.25277.114 642 6/6/2025
10.0.0-preview.4.25258.110 609 5/12/2025
10.0.0-preview.3.25172.1 419 4/10/2025
10.0.0-preview.2.25164.1 269 3/18/2025
10.0.0-preview.1.25120.3 253 2/25/2025
9.0.7 1,102 7/8/2025
9.0.6 9,475 6/10/2025
9.0.5 14,798 5/13/2025
9.0.4 11,358 4/8/2025
9.0.3 4,908 3/11/2025
9.0.2 7,324 2/11/2025
9.0.1 9,728 1/14/2025
9.0.0 30,113 11/12/2024
9.0.0-rc.2.24474.3 1,698 10/8/2024
9.0.0-rc.1.24452.1 247 9/10/2024
9.0.0-preview.7.24406.2 254 8/13/2024
9.0.0-preview.6.24328.4 248 7/9/2024
9.0.0-preview.5.24306.11 317 6/11/2024
9.0.0-preview.4.24267.6 250 5/21/2024
9.0.0-preview.3.24172.13 286 4/11/2024
9.0.0-preview.2.24128.4 255 3/12/2024
9.0.0-preview.1.24081.5 279 2/13/2024
8.0.18 4,723 7/8/2025
8.0.17 4,910 6/10/2025
8.0.16 24,923 5/13/2025
8.0.15 47,837 4/8/2025
8.0.14 23,022 3/11/2025
8.0.13 25,015 2/11/2025
8.0.12 15,143 1/14/2025
8.0.11 59,227 11/12/2024
8.0.10 128,758 10/8/2024
8.0.8 136,138 8/13/2024
8.0.7 70,191 7/9/2024
8.0.6 107,960 5/28/2024
8.0.5 43,569 5/14/2024
8.0.4 139,392 4/9/2024
8.0.3 41,381 3/12/2024
8.0.2 40,323 2/13/2024
8.0.1 59,028 1/9/2024
8.0.0 326,809 11/14/2023
8.0.0-rc.2.23480.2 840 10/10/2023
8.0.0-rc.1.23421.29 453 9/12/2023
8.0.0-preview.7.23375.9 414 8/8/2023
8.0.0-preview.6.23329.11 403 7/11/2023
8.0.0-preview.5.23302.2 404 6/13/2023
8.0.0-preview.4.23260.4 382 5/16/2023
8.0.0-preview.3.23177.8 414 4/11/2023
8.0.0-preview.2.23153.2 403 3/14/2023
8.0.0-preview.1.23112.2 381 2/21/2023
7.0.20 7,106 5/28/2024
7.0.19 458 5/14/2024
7.0.18 914 4/9/2024
7.0.17 1,069 3/12/2024
7.0.16 2,571 2/13/2024
7.0.15 2,509 1/9/2024
7.0.14 7,800 11/14/2023
7.0.13 52,805 10/24/2023
7.0.12 9,448 10/10/2023
7.0.11 27,733 9/12/2023
7.0.10 45,794 8/8/2023
7.0.9 32,953 7/11/2023
7.0.8 11,326 6/22/2023
7.0.7 3,915 6/13/2023
7.0.5 128,835 4/11/2023
7.0.4 59,049 3/14/2023
7.0.3 30,602 2/14/2023
7.0.2 43,668 1/10/2023
7.0.1 10,657 12/13/2022
7.0.0 20,527 11/7/2022
7.0.0-rc.2.22476.2 415 10/11/2022
7.0.0-rc.1.22427.2 482 9/14/2022
7.0.0-preview.7.22376.6 494 8/9/2022
7.0.0-preview.6.22330.3 458 7/12/2022
7.0.0-preview.5.22303.8 444 6/14/2022
7.0.0-preview.4.22251.1 508 5/10/2022
7.0.0-preview.3.22178.4 489 4/13/2022
7.0.0-preview.2.22153.2 466 3/14/2022
7.0.0-preview.1.22109.13 484 2/17/2022
6.0.36 21,779 11/12/2024
6.0.35 3,337 10/8/2024
6.0.33 6,183 8/13/2024
6.0.32 7,145 7/9/2024
6.0.31 3,038 5/28/2024
6.0.30 1,454 5/14/2024
6.0.29 132,087 4/9/2024
6.0.28 4,262 3/12/2024
6.0.27 9,485 2/13/2024
6.0.26 28,641 1/9/2024
6.0.25 18,087 11/14/2023
6.0.24 17,395 10/24/2023
6.0.23 14,158 10/10/2023
6.0.22 39,307 9/12/2023
6.0.21 38,565 8/8/2023
6.0.20 39,995 7/11/2023
6.0.19 10,495 6/22/2023
6.0.18 4,716 6/13/2023
6.0.16 72,840 4/11/2023
6.0.15 103,807 3/14/2023
6.0.14 53,296 2/14/2023
6.0.13 89,278 1/10/2023
6.0.12 32,406 12/13/2022
6.0.11 113,365 11/7/2022
6.0.10 82,346 10/11/2022
6.0.9 83,157 9/13/2022
6.0.8 72,954 8/9/2022
6.0.7 75,976 7/12/2022
6.0.6 88,478 6/14/2022
6.0.5 593,237 5/10/2022
6.0.4 158,282 4/11/2022
6.0.3 140,067 3/8/2022
6.0.2 42,996 2/8/2022
6.0.1 169,321 12/14/2021
6.0.0 325,332 11/8/2021
6.0.0-rc.2.21480.10 958 10/12/2021
6.0.0-rc.1.21452.15 952 9/14/2021
6.0.0-preview.7.21378.6 599 8/10/2021
6.0.0-preview.6.21355.2 584 7/14/2021
6.0.0-preview.5.21301.17 518 6/15/2021
6.0.0-preview.4.21253.5 480 5/24/2021
6.0.0-preview.3.21201.13 565 4/8/2021
6.0.0-preview.2.21154.6 632 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 653 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 27,965 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 6,319 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 7,174 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 21,429 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 20,591 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 18,167 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 28,214 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 20,986 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 37,060 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 71,458 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 36,915 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 28,591 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 51,327 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 68,559 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 26,521 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 18,279 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 46,762 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 285,904 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 2,826 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 4,158 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 1,806 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 1,795 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 694 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 701 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 739 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.14 708 4/23/2020 5.0.0-preview.3.20215.14 is deprecated because it is no longer maintained.
5.0.0-preview.2.20167.3 757 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20124.5 760 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 19,521 12/13/2022
3.1.31 3,482 11/8/2022
3.1.30 2,241 10/11/2022
3.1.29 2,303 9/13/2022
3.1.28 4,801 8/9/2022
3.1.27 2,045 7/12/2022
3.1.26 5,874 6/14/2022
3.1.25 5,124 5/10/2022
3.1.24 3,744 4/11/2022
3.1.23 18,214 3/8/2022
3.1.22 25,704 12/14/2021
3.1.21 43,445 11/7/2021
3.1.20 10,097 10/11/2021
3.1.19 13,175 9/14/2021
3.1.18 33,603 8/10/2021
3.1.17 9,631 7/13/2021
3.1.16 23,628 6/8/2021
3.1.15 51,928 5/11/2021
3.1.14 30,976 4/6/2021
3.1.13 36,952 3/9/2021
3.1.12 48,269 2/9/2021
3.1.11 30,977 1/12/2021
3.1.10 68,943 11/9/2020
3.1.9 50,856 10/13/2020
3.1.8 71,645 9/8/2020
3.1.7 44,758 8/11/2020
3.1.6 36,187 7/14/2020
3.1.5 165,993 6/9/2020
3.1.4 73,726 5/12/2020
3.1.3 175,223 3/24/2020
3.1.2 115,598 2/18/2020
3.1.1 72,210 1/14/2020
3.1.0 313,319 12/3/2019
3.1.0-preview3.19555.2 947 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 948 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 995 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 16,133 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 5,180 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 488,768 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 956 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 984 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 27,196 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 1,188 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 1,062 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 1,800 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 1,730 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 1,773 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 1,858 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 2,218 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 3,032 1/14/2025
2.2.0 14,538,963 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 77,062 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 12,636 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 4,347 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 16,795,200 6/18/2018
2.1.0 3,330,114 5/29/2018
2.1.0-rc1-final 21,705 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 24,451 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 29,808 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 3,800,690 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 3,463,613 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,358,523 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,537,875 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 52,676 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 17,654 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.2 164,109 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 96,903 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 76,437 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 5,724 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.4 5,267 11/14/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 6,585 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 99,122 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 11,609 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 231,110 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 5,942 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.