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 (88)

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-rc.1.25451.107 268 9/9/2025
10.0.0-preview.7.25380.108 672 8/12/2025
10.0.0-preview.6.25358.103 302 7/15/2025
10.0.0-preview.5.25277.114 662 6/6/2025
10.0.0-preview.4.25258.110 629 5/12/2025
10.0.0-preview.3.25172.1 435 4/10/2025
10.0.0-preview.2.25164.1 281 3/18/2025
10.0.0-preview.1.25120.3 272 2/25/2025
9.0.9 1,313 9/9/2025
9.0.8 10,989 8/5/2025
9.0.7 3,861 7/8/2025
9.0.6 13,834 6/10/2025
9.0.5 20,311 5/13/2025
9.0.4 12,277 4/8/2025
9.0.3 5,965 3/11/2025
9.0.2 8,202 2/11/2025
9.0.1 10,827 1/14/2025
9.0.0 45,126 11/12/2024
9.0.0-rc.2.24474.3 1,718 10/8/2024
9.0.0-rc.1.24452.1 263 9/10/2024
9.0.0-preview.7.24406.2 269 8/13/2024
9.0.0-preview.6.24328.4 265 7/9/2024
9.0.0-preview.5.24306.11 333 6/11/2024
9.0.0-preview.4.24267.6 269 5/21/2024
9.0.0-preview.3.24172.13 300 4/11/2024
9.0.0-preview.2.24128.4 267 3/12/2024
9.0.0-preview.1.24081.5 295 2/13/2024
8.0.20 2,776 9/9/2025
8.0.19 14,487 8/4/2025
8.0.18 11,881 7/8/2025
8.0.17 12,153 6/10/2025
8.0.16 27,486 5/13/2025
8.0.15 90,168 4/8/2025
8.0.14 26,786 3/11/2025
8.0.13 28,409 2/11/2025
8.0.12 18,966 1/14/2025
8.0.11 71,813 11/12/2024
8.0.10 140,256 10/8/2024
8.0.8 149,991 8/13/2024
8.0.7 74,113 7/9/2024
8.0.6 117,163 5/28/2024
8.0.5 46,407 5/14/2024
8.0.4 148,244 4/9/2024
8.0.3 44,901 3/12/2024
8.0.2 42,913 2/13/2024
8.0.1 62,034 1/9/2024
8.0.0 355,286 11/14/2023
8.0.0-rc.2.23480.2 857 10/10/2023
8.0.0-rc.1.23421.29 474 9/12/2023
8.0.0-preview.7.23375.9 439 8/8/2023
8.0.0-preview.6.23329.11 431 7/11/2023
8.0.0-preview.5.23302.2 432 6/13/2023
8.0.0-preview.4.23260.4 405 5/16/2023
8.0.0-preview.3.23177.8 443 4/11/2023
8.0.0-preview.2.23153.2 436 3/14/2023
8.0.0-preview.1.23112.2 407 2/21/2023
7.0.20 11,680 5/28/2024
7.0.19 483 5/14/2024
7.0.18 962 4/9/2024
7.0.17 1,088 3/12/2024
7.0.16 2,672 2/13/2024
7.0.15 2,544 1/9/2024
7.0.14 8,068 11/14/2023
7.0.13 53,456 10/24/2023
7.0.12 9,531 10/10/2023
7.0.11 28,397 9/12/2023
7.0.10 48,096 8/8/2023
7.0.9 33,241 7/11/2023
7.0.8 11,433 6/22/2023
7.0.7 3,954 6/13/2023
7.0.5 134,148 4/11/2023
7.0.4 60,877 3/14/2023
7.0.3 31,050 2/14/2023
7.0.2 45,191 1/10/2023
7.0.1 10,747 12/13/2022
7.0.0 20,676 11/7/2022
7.0.0-rc.2.22476.2 445 10/11/2022
7.0.0-rc.1.22427.2 517 9/14/2022
7.0.0-preview.7.22376.6 524 8/9/2022
7.0.0-preview.6.22330.3 493 7/12/2022
7.0.0-preview.5.22303.8 473 6/14/2022
7.0.0-preview.4.22251.1 538 5/10/2022
7.0.0-preview.3.22178.4 517 4/13/2022
7.0.0-preview.2.22153.2 495 3/14/2022
7.0.0-preview.1.22109.13 525 2/17/2022
6.0.36 31,023 11/12/2024
6.0.35 3,460 10/8/2024
6.0.33 6,307 8/13/2024
6.0.32 7,205 7/9/2024
6.0.31 3,226 5/28/2024
6.0.30 1,487 5/14/2024
6.0.29 185,330 4/9/2024
6.0.28 4,486 3/12/2024
6.0.27 9,563 2/13/2024
6.0.26 29,304 1/9/2024
6.0.25 18,633 11/14/2023
6.0.24 18,051 10/24/2023
6.0.23 14,398 10/10/2023
6.0.22 39,406 9/12/2023
6.0.21 40,098 8/8/2023
6.0.20 40,865 7/11/2023
6.0.19 10,585 6/22/2023
6.0.18 4,772 6/13/2023
6.0.16 78,781 4/11/2023
6.0.15 111,666 3/14/2023
6.0.14 55,004 2/14/2023
6.0.13 117,918 1/10/2023
6.0.12 33,178 12/13/2022
6.0.11 113,821 11/7/2022
6.0.10 85,055 10/11/2022
6.0.9 85,195 9/13/2022
6.0.8 73,801 8/9/2022
6.0.7 77,062 7/12/2022
6.0.6 88,951 6/14/2022
6.0.5 617,125 5/10/2022
6.0.4 159,502 4/11/2022
6.0.3 140,417 3/8/2022
6.0.2 43,148 2/8/2022
6.0.1 172,143 12/14/2021
6.0.0 333,424 11/8/2021
6.0.0-rc.2.21480.10 993 10/12/2021
6.0.0-rc.1.21452.15 987 9/14/2021
6.0.0-preview.7.21378.6 632 8/10/2021
6.0.0-preview.6.21355.2 617 7/14/2021
6.0.0-preview.5.21301.17 552 6/15/2021
6.0.0-preview.4.21253.5 519 5/24/2021
6.0.0-preview.3.21201.13 595 4/8/2021
6.0.0-preview.2.21154.6 681 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 702 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 28,167 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 6,471 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 7,241 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 21,517 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 20,688 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 18,249 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 28,596 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 21,088 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 37,235 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 71,989 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 37,067 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 28,724 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 52,075 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 68,959 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 26,587 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 18,343 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 46,853 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 288,159 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 2,881 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,210 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,861 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,845 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 745 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 753 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 791 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 756 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 810 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 812 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 20,685 12/13/2022
3.1.31 3,518 11/8/2022
3.1.30 2,364 10/11/2022
3.1.29 2,342 9/13/2022
3.1.28 4,836 8/9/2022
3.1.27 2,077 7/12/2022
3.1.26 5,903 6/14/2022
3.1.25 5,159 5/10/2022
3.1.24 3,782 4/11/2022
3.1.23 18,275 3/8/2022
3.1.22 25,944 12/14/2021
3.1.21 44,894 11/7/2021
3.1.20 10,153 10/11/2021
3.1.19 13,232 9/14/2021
3.1.18 34,032 8/10/2021
3.1.17 9,684 7/13/2021
3.1.16 24,586 6/8/2021
3.1.15 54,210 5/11/2021
3.1.14 31,524 4/6/2021
3.1.13 37,202 3/9/2021
3.1.12 48,336 2/9/2021
3.1.11 31,038 1/12/2021
3.1.10 70,589 11/9/2020
3.1.9 51,377 10/13/2020
3.1.8 71,974 9/8/2020
3.1.7 44,893 8/11/2020
3.1.6 36,535 7/14/2020
3.1.5 168,862 6/9/2020
3.1.4 74,015 5/12/2020
3.1.3 177,491 3/24/2020
3.1.2 116,341 2/18/2020
3.1.1 73,024 1/14/2020
3.1.0 330,333 12/3/2019
3.1.0-preview3.19555.2 1,040 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 1,043 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 1,096 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 16,243 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 5,285 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 494,126 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 1,053 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 1,082 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 27,295 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 1,286 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 1,153 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 1,893 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 1,822 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 1,865 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 1,955 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 2,312 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 16,413 1/14/2025
2.2.0 14,671,971 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 77,201 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 12,754 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 4,461 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 17,103,465 6/18/2018
2.1.0 3,337,826 5/29/2018
2.1.0-rc1-final 21,853 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 24,593 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 29,959 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 3,825,826 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 3,479,214 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,391,293 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,569,453 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 52,963 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 17,778 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.2 164,559 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 97,847 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 76,572 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 5,844 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.4 5,431 11/14/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 6,702 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 99,609 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 11,734 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 232,265 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 6,043 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.