Microsoft.AspNetCore.Owin 1.1.0-preview1-final

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 1.1.0-preview1-final
                    
NuGet\Install-Package Microsoft.AspNetCore.Owin -Version 1.1.0-preview1-final
                    
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="1.1.0-preview1-final" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Owin" Version="1.1.0-preview1-final" />
                    
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 1.1.0-preview1-final
                    
#r "nuget: Microsoft.AspNetCore.Owin, 1.1.0-preview1-final"
                    
#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.
#addin nuget:?package=Microsoft.AspNetCore.Owin&version=1.1.0-preview1-final&prerelease
                    
Install Microsoft.AspNetCore.Owin as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Owin&version=1.1.0-preview1-final&prerelease
                    
Install Microsoft.AspNetCore.Owin 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.

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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net451 is compatible.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 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 Engine and Automation Platform
phmonte/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.5.25277.114 0 6/6/2025
10.0.0-preview.4.25258.110 541 5/12/2025
10.0.0-preview.3.25172.1 381 4/10/2025
10.0.0-preview.2.25164.1 236 3/18/2025
10.0.0-preview.1.25120.3 222 2/25/2025
9.0.5 5,918 5/13/2025
9.0.4 10,308 4/8/2025
9.0.3 3,940 3/11/2025
9.0.2 6,835 2/11/2025
9.0.1 8,307 1/14/2025
9.0.0 21,894 11/12/2024
9.0.0-rc.2.24474.3 1,660 10/8/2024
9.0.0-rc.1.24452.1 212 9/10/2024
9.0.0-preview.7.24406.2 217 8/13/2024
9.0.0-preview.6.24328.4 214 7/9/2024
9.0.0-preview.5.24306.11 281 6/11/2024
9.0.0-preview.4.24267.6 213 5/21/2024
9.0.0-preview.3.24172.13 253 4/11/2024
9.0.0-preview.2.24128.4 224 3/12/2024
9.0.0-preview.1.24081.5 252 2/13/2024
8.0.16 2,886 5/13/2025
8.0.15 22,298 4/8/2025
8.0.14 19,618 3/11/2025
8.0.13 22,952 2/11/2025
8.0.12 12,558 1/14/2025
8.0.11 48,581 11/12/2024
8.0.10 118,682 10/8/2024
8.0.8 123,902 8/13/2024
8.0.7 65,956 7/9/2024
8.0.6 99,216 5/28/2024
8.0.5 40,910 5/14/2024
8.0.4 130,422 4/9/2024
8.0.3 38,509 3/12/2024
8.0.2 38,183 2/13/2024
8.0.1 56,616 1/9/2024
8.0.0 299,761 11/14/2023
8.0.0-rc.2.23480.2 802 10/10/2023
8.0.0-rc.1.23421.29 413 9/12/2023
8.0.0-preview.7.23375.9 370 8/8/2023
8.0.0-preview.6.23329.11 356 7/11/2023
8.0.0-preview.5.23302.2 360 6/13/2023
8.0.0-preview.4.23260.4 350 5/16/2023
8.0.0-preview.3.23177.8 376 4/11/2023
8.0.0-preview.2.23153.2 366 3/14/2023
8.0.0-preview.1.23112.2 345 2/21/2023
7.0.20 3,186 5/28/2024
7.0.19 418 5/14/2024
7.0.18 856 4/9/2024
7.0.17 1,030 3/12/2024
7.0.16 2,463 2/13/2024
7.0.15 2,459 1/9/2024
7.0.14 7,699 11/14/2023
7.0.13 52,316 10/24/2023
7.0.12 9,363 10/10/2023
7.0.11 25,812 9/12/2023
7.0.10 43,900 8/8/2023
7.0.9 32,746 7/11/2023
7.0.8 11,172 6/22/2023
7.0.7 3,859 6/13/2023
7.0.5 122,022 4/11/2023
7.0.4 57,188 3/14/2023
7.0.3 30,108 2/14/2023
7.0.2 41,807 1/10/2023
7.0.1 10,586 12/13/2022
7.0.0 20,382 11/7/2022
7.0.0-rc.2.22476.2 370 10/11/2022
7.0.0-rc.1.22427.2 443 9/14/2022
7.0.0-preview.7.22376.6 450 8/9/2022
7.0.0-preview.6.22330.3 415 7/12/2022
7.0.0-preview.5.22303.8 398 6/14/2022
7.0.0-preview.4.22251.1 455 5/10/2022
7.0.0-preview.3.22178.4 447 4/13/2022
7.0.0-preview.2.22153.2 413 3/14/2022
7.0.0-preview.1.22109.13 437 2/17/2022
6.0.36 15,328 11/12/2024
6.0.35 3,198 10/8/2024
6.0.33 6,076 8/13/2024
6.0.32 6,961 7/9/2024
6.0.31 2,842 5/28/2024
6.0.30 1,402 5/14/2024
6.0.29 113,734 4/9/2024
6.0.28 4,075 3/12/2024
6.0.27 9,312 2/13/2024
6.0.26 28,251 1/9/2024
6.0.25 17,171 11/14/2023
6.0.24 16,825 10/24/2023
6.0.23 14,040 10/10/2023
6.0.22 37,996 9/12/2023
6.0.21 36,857 8/8/2023
6.0.20 38,984 7/11/2023
6.0.19 10,432 6/22/2023
6.0.18 4,583 6/13/2023
6.0.16 67,198 4/11/2023
6.0.15 97,713 3/14/2023
6.0.14 51,707 2/14/2023
6.0.13 77,066 1/10/2023
6.0.12 31,784 12/13/2022
6.0.11 112,301 11/7/2022
6.0.10 80,278 10/11/2022
6.0.9 81,330 9/13/2022
6.0.8 72,320 8/9/2022
6.0.7 73,859 7/12/2022
6.0.6 88,101 6/14/2022
6.0.5 572,096 5/10/2022
6.0.4 157,093 4/11/2022
6.0.3 139,591 3/8/2022
6.0.2 42,815 2/8/2022
6.0.1 165,684 12/14/2021
6.0.0 318,892 11/8/2021
6.0.0-rc.2.21480.10 912 10/12/2021
6.0.0-rc.1.21452.15 908 9/14/2021
6.0.0-preview.7.21378.6 552 8/10/2021
6.0.0-preview.6.21355.2 534 7/14/2021
6.0.0-preview.5.21301.17 468 6/15/2021
6.0.0-preview.4.21253.5 429 5/24/2021
6.0.0-preview.3.21201.13 515 4/8/2021
6.0.0-preview.2.21154.6 549 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 579 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 27,606 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 6,121 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 7,094 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 21,352 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 20,460 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 18,025 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 27,845 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 20,768 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 36,805 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 71,002 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 36,662 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 28,425 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 50,674 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 68,260 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 26,434 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 18,140 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 46,366 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 279,900 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 2,755 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,080 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,730 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,719 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 625 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 628 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 661 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 642 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 680 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 683 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 18,399 12/13/2022
3.1.31 3,432 11/8/2022
3.1.30 2,134 10/11/2022
3.1.29 2,261 9/13/2022
3.1.28 4,753 8/9/2022
3.1.27 1,990 7/12/2022
3.1.26 5,828 6/14/2022
3.1.25 5,067 5/10/2022
3.1.24 3,693 4/11/2022
3.1.23 18,066 3/8/2022
3.1.22 25,406 12/14/2021
3.1.21 42,477 11/7/2021
3.1.20 10,030 10/11/2021
3.1.19 13,125 9/14/2021
3.1.18 33,103 8/10/2021
3.1.17 9,563 7/13/2021
3.1.16 23,354 6/8/2021
3.1.15 50,213 5/11/2021
3.1.14 30,504 4/6/2021
3.1.13 36,656 3/9/2021
3.1.12 48,202 2/9/2021
3.1.11 30,885 1/12/2021
3.1.10 67,866 11/9/2020
3.1.9 50,244 10/13/2020
3.1.8 71,359 9/8/2020
3.1.7 44,586 8/11/2020
3.1.6 35,840 7/14/2020
3.1.5 163,831 6/9/2020
3.1.4 72,938 5/12/2020
3.1.3 173,410 3/24/2020
3.1.2 115,129 2/18/2020
3.1.1 71,586 1/14/2020
3.1.0 303,962 12/3/2019
3.1.0-preview3.19555.2 822 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 819 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 862 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 15,995 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 5,056 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 482,647 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 831 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 852 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 27,072 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 1,064 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 932 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 1,678 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 1,603 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 1,637 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 1,731 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 2,090 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 1,667 1/14/2025
2.2.0 14,409,925 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 76,855 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 12,476 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 4,190 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 16,520,761 6/18/2018
2.1.0 3,320,102 5/29/2018
2.1.0-rc1-final 21,462 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 24,240 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 29,596 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 3,774,562 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 3,447,538 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,325,809 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,509,562 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 52,352 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 17,477 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.2 163,560 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 96,025 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 76,231 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 5,553 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.4 5,008 11/14/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 6,412 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 98,425 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 11,433 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 230,055 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 5,795 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.