Microsoft.AspNetCore.Authorization 8.0.0-preview.2.23153.2

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.Authorization.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Authorization --version 8.0.0-preview.2.23153.2
                    
NuGet\Install-Package Microsoft.AspNetCore.Authorization -Version 8.0.0-preview.2.23153.2
                    
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.Authorization" Version="8.0.0-preview.2.23153.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Authorization" Version="8.0.0-preview.2.23153.2" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Authorization" />
                    
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.Authorization --version 8.0.0-preview.2.23153.2
                    
#r "nuget: Microsoft.AspNetCore.Authorization, 8.0.0-preview.2.23153.2"
                    
#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.Authorization&version=8.0.0-preview.2.23153.2&prerelease
                    
Install Microsoft.AspNetCore.Authorization as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Authorization&version=8.0.0-preview.2.23153.2&prerelease
                    
Install Microsoft.AspNetCore.Authorization as a Cake Tool

ASP.NET Core authorization classes.
Commonly used types:
Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
Microsoft.AspNetCore.Authorization.AuthorizeAttribute

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5ae8106f83d4d23cd0a2d2474c1b15e4d5dfc9eb

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 is compatible.  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. 
.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 is compatible.  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 (746)

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

Package Downloads
Microsoft.AspNetCore.Authorization.Policy

ASP.NET Core authorization policy helper classes.

Microsoft.AspNetCore.Components

Components feature for ASP.NET Core. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/de35e2b0a0d8d5d1e307907983a6838da1092898

Microsoft.AspNetCore.SignalR.Core

Real-time communication framework for ASP.NET Core.

Microsoft.AspNetCore.Components.Authorization

Authentication and authorization support for Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/de35e2b0a0d8d5d1e307907983a6838da1092898

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.

GitHub repositories (82)

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

Repository Stars
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
Ombi-app/Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
dotnetcore/osharp
OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。
aspnet/SignalR
[Archived] Incredibly simple real-time web for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
aspnet/Identity
[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
CoreWCF/CoreWCF
Main repository for the Core WCF project
Webreaper/Damselfly
Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
voat/voat
The code that powers Voat
bitfoundation/bitplatform
Build all of your apps using what you already know and love ❤️
Azure/data-api-builder
Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
snatch-dev/Convey
A simple recipe for .NET Core microservices.
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
iioter/iotgateway
A cross-platform IoT gateway based on .net8. Through visual configuration, you can easily connect to any of your devices and systems (such as PLC, barcode scanner, CNC, database, serial device, host computer, OPC Server, OPC UA Server, Mqtt Server, etc.), so as to interact with Thingsboard, IoTSharp or Your own IoT platform for two-way data communi
dotnetzoom/AspNetCore-WebApi-Course
🥇 Professional REST API design with ASP.NET Core WebAPI
Version Downloads Last updated
10.0.0-preview.3.25172.1 1,185 4/10/2025
10.0.0-preview.2.25164.1 1,724 3/18/2025
10.0.0-preview.1.25120.3 2,051 2/25/2025
9.0.4 189,671 4/8/2025
9.0.3 599,683 3/11/2025
9.0.2 898,614 2/11/2025
9.0.1 968,139 1/14/2025
9.0.0 2,719,984 11/12/2024
9.0.0-rc.2.24474.3 57,236 10/8/2024
9.0.0-rc.1.24452.1 34,613 9/10/2024
9.0.0-preview.7.24406.2 20,856 8/13/2024
9.0.0-preview.6.24328.4 12,560 7/9/2024
9.0.0-preview.5.24306.11 14,859 6/11/2024
9.0.0-preview.4.24267.6 3,777 5/21/2024
9.0.0-preview.3.24172.13 99,375 4/11/2024
9.0.0-preview.2.24128.4 2,952 3/12/2024
9.0.0-preview.1.24081.5 35,116 2/13/2024
8.0.15 100,304 4/8/2025
8.0.14 334,612 3/11/2025
8.0.13 486,281 2/11/2025
8.0.12 848,827 1/14/2025
8.0.11 2,742,716 11/12/2024
8.0.10 4,598,145 10/8/2024
8.0.8 5,206,708 8/13/2024
8.0.7 3,479,491 7/9/2024
8.0.6 5,298,698 5/28/2024
8.0.5 1,673,334 5/14/2024
8.0.4 4,558,322 4/9/2024
8.0.3 3,743,006 3/12/2024
8.0.2 4,418,991 2/13/2024
8.0.1 3,893,179 1/9/2024
8.0.0 13,366,839 11/14/2023
8.0.0-rc.2.23480.2 230,272 10/10/2023
8.0.0-rc.1.23421.29 70,706 9/12/2023
8.0.0-preview.7.23375.9 88,995 8/8/2023
8.0.0-preview.6.23329.11 54,184 7/11/2023
8.0.0-preview.5.23302.2 14,229 6/13/2023
8.0.0-preview.4.23260.4 50,951 5/16/2023
8.0.0-preview.3.23177.8 10,087 4/11/2023
8.0.0-preview.2.23153.2 6,087 3/14/2023
8.0.0-preview.1.23112.2 58,237 2/21/2023
7.0.20 459,534 5/28/2024
7.0.19 92,821 5/14/2024
7.0.18 147,081 4/9/2024
7.0.17 237,144 3/12/2024
7.0.16 291,156 2/13/2024
7.0.15 367,983 1/9/2024
7.0.14 1,494,371 11/14/2023
7.0.13 837,255 10/24/2023
7.0.12 869,665 10/10/2023
7.0.11 1,040,819 9/12/2023
7.0.10 1,898,107 8/8/2023
7.0.9 1,410,013 7/11/2023
7.0.8 710,681 6/22/2023
7.0.7 733,178 6/13/2023
7.0.5 4,131,892 4/11/2023
7.0.4 1,779,788 3/14/2023
7.0.3 1,557,956 2/14/2023
7.0.2 1,821,489 1/10/2023
7.0.1 4,472,370 12/13/2022
7.0.0 11,259,945 11/7/2022
7.0.0-rc.2.22476.2 62,916 10/11/2022
7.0.0-rc.1.22427.2 80,634 9/14/2022
7.0.0-preview.7.22376.6 131,266 8/9/2022
7.0.0-preview.6.22330.3 9,260 7/12/2022
7.0.0-preview.5.22303.8 3,684 6/14/2022
7.0.0-preview.4.22251.1 92,535 5/10/2022
7.0.0-preview.3.22178.4 14,316 4/13/2022
7.0.0-preview.2.22153.2 3,593 3/14/2022
7.0.0-preview.1.22109.13 23,680 2/17/2022
6.0.36 167,695 11/12/2024
6.0.35 75,453 10/8/2024
6.0.33 209,340 8/13/2024
6.0.32 140,097 7/9/2024
6.0.31 200,081 5/28/2024
6.0.30 123,936 5/14/2024
6.0.29 254,786 4/9/2024
6.0.28 433,781 3/12/2024
6.0.27 372,454 2/13/2024
6.0.26 921,481 1/9/2024
6.0.25 1,299,630 11/14/2023
6.0.24 390,671 10/24/2023
6.0.23 1,606,915 10/10/2023
6.0.22 387,277 9/12/2023
6.0.21 1,556,852 8/8/2023
6.0.20 838,068 7/11/2023
6.0.19 390,200 6/22/2023
6.0.18 242,908 6/13/2023
6.0.16 1,893,847 4/11/2023
6.0.15 884,259 3/14/2023
6.0.14 1,289,074 2/14/2023
6.0.13 1,233,522 1/10/2023
6.0.12 1,377,071 12/13/2022
6.0.11 2,616,954 11/7/2022
6.0.10 5,930,403 10/11/2022
6.0.9 3,285,727 9/13/2022
6.0.8 3,141,987 8/9/2022
6.0.7 3,501,844 7/12/2022
6.0.6 2,835,713 6/14/2022
6.0.5 6,999,709 5/10/2022
6.0.4 4,867,035 4/11/2022
6.0.3 4,177,970 3/8/2022
6.0.2 2,607,177 2/8/2022
6.0.1 6,996,537 12/14/2021
6.0.0 18,215,196 11/8/2021
6.0.0-rc.2.21480.10 145,920 10/12/2021
6.0.0-rc.1.21452.15 94,835 9/14/2021
6.0.0-preview.7.21378.6 146,488 8/10/2021
6.0.0-preview.6.21355.2 200,276 7/14/2021
6.0.0-preview.5.21301.17 61,588 6/15/2021
6.0.0-preview.4.21253.5 50,142 5/24/2021
6.0.0-preview.3.21201.13 357,566 4/8/2021
6.0.0-preview.2.21154.6 4,094 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 19,336 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 639,068 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 94,892 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 162,597 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 211,676 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 871,951 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 861,085 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 982,360 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,555,274 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 2,057,360 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 2,149,481 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,879,962 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,783,758 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 4,081,709 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,594,386 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 2,119,817 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,876,879 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 1,015,326 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 8,119,551 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 513,374 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 175,233 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 34,999 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 13,735 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 17,498 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 3,283 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 11,409 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 11,579 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 21,652 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 17,663 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 1,855,331 12/13/2022
3.1.31 56,031 11/8/2022
3.1.30 116,943 10/11/2022
3.1.29 178,486 9/13/2022
3.1.28 128,406 8/9/2022
3.1.27 67,148 7/12/2022
3.1.26 47,039 6/14/2022
3.1.25 525,283 5/10/2022
3.1.24 253,538 4/11/2022
3.1.23 129,442 3/8/2022
3.1.22 646,751 12/14/2021
3.1.21 1,702,228 11/7/2021
3.1.20 314,820 10/11/2021
3.1.19 307,292 9/14/2021
3.1.18 853,064 8/10/2021
3.1.17 299,926 7/13/2021
3.1.16 2,657,894 6/8/2021
3.1.15 476,880 5/11/2021
3.1.14 1,497,381 4/6/2021
3.1.13 803,809 3/9/2021
3.1.12 578,428 2/9/2021
3.1.11 1,005,576 1/12/2021
3.1.10 2,239,557 11/9/2020
3.1.9 2,176,910 10/13/2020
3.1.8 5,589,742 9/8/2020
3.1.7 1,633,900 8/11/2020
3.1.6 8,598,314 7/14/2020
3.1.5 3,924,158 6/9/2020
3.1.4 12,506,695 5/12/2020
3.1.3 9,049,364 3/24/2020
3.1.2 5,484,844 2/18/2020
3.1.1 2,696,286 1/14/2020
3.1.0 6,793,201 12/3/2019
3.1.0-preview3.19555.2 1,992,280 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 43,610 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 120,254 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 1,526,912 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 14,568 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 3,527,257 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 90,594 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 245,091 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 30,934 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 36,304 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 189,577 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
2.3.0 2,866,118 1/14/2025
2.2.0 372,482,545 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 159,960 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 87,758 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 53,687 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.2 18,545,739 8/21/2018
2.1.1 74,127,845 6/18/2018
2.1.0 129,245,122 5/29/2018
2.1.0-rc1-final 194,344 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 372,612 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 232,053 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 8,392,549 5/7/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 8,565,629 3/13/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.1 20,213,479 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 85,952,238 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 125,195 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 44,496 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 2,744,744 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 4,151,725 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 4,202,074 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 4,020,366 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 44,349 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 3,282,955 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 108,670 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 28,933,289 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 17,278,018 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 554,061 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 12,595,308 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 231,267 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.