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

ASP.NET Core middleware that enables an application to support the Microsoft Account authentication workflow.

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.Authentication.MicrosoftAccount:

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

NanoCore

The project is inspired by years of tedious repetitions, continuously re-writing similar code-snippets and libraries, to handle common functionality, not related to the business domain, such as logging, data persistence, message queuing, documentation, validation and similar.

FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

GitHub repositories (26)

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

Repository Stars
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
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.
davidfowl/TodoApp
Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication
dotnetcore/osharp
OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。
Squidex/squidex
Headless CMS and Content Managment Hub
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 9 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 20, React 19, Vue 3.5, BFF with YARP, NextJs 15, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ..
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
servicetitan/Stl.Fusion
Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!
ivaylokenov/MyTested.AspNetCore.Mvc
Fluent testing library for ASP.NET Core MVC.
xamarin/Essentials
Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
cloudscribe/cloudscribe
ASP.NET Core multi-tenant web application foundation with management for sites, users, roles, claims and more
abpframework/abp-samples
Sample solutions built with the ABP Framework
neozhu/CleanArchitectureWithBlazorServer
This is a repository for creating a Blazor Server dashboard application following the principles of Clean Architecture
mixcore/mix.core
🚀 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility.
Aguafrommars/TheIdServer
OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI
gaseous-project/gaseous-server
A game ROM manager, with a built in web based emulator using multiple sources to identify and provide metadata
bhrugen/Bulky_MVC
servicetitan/Stl.Fusion.Samples
A collection of samples for Fusion library: https://github.com/servicetitan/Stl.Fusion
vicente-da-silva/dcemv
Open Source EMV Payments Stack
Version Downloads Last Updated
10.0.0-rc.1.25451.107 555 9/9/2025
10.0.0-preview.7.25380.108 448 8/12/2025
10.0.0-preview.6.25358.103 384 7/15/2025
10.0.0-preview.5.25277.114 474 6/6/2025
10.0.0-preview.4.25258.110 519 5/12/2025
10.0.0-preview.3.25172.1 564 4/10/2025
10.0.0-preview.2.25164.1 45,258 3/18/2025
10.0.0-preview.1.25120.3 79,174 2/25/2025
9.0.9 7,686 9/9/2025
9.0.8 40,727 8/5/2025
9.0.7 25,510 7/8/2025
9.0.6 41,059 6/10/2025
9.0.5 48,612 5/13/2025
9.0.4 87,302 4/8/2025
9.0.3 62,611 3/11/2025
9.0.2 67,573 2/11/2025
9.0.1 130,859 1/14/2025
9.0.0 181,523 11/12/2024
9.0.0-rc.2.24474.3 5,113 10/8/2024
9.0.0-rc.1.24452.1 1,674 9/10/2024
9.0.0-preview.7.24406.2 1,549 8/13/2024
9.0.0-preview.6.24328.4 100,998 7/9/2024
9.0.0-preview.5.24306.11 570 6/11/2024
9.0.0-preview.4.24267.6 496 5/21/2024
9.0.0-preview.3.24172.13 1,166 4/11/2024
9.0.0-preview.2.24128.4 633 3/12/2024
9.0.0-preview.1.24081.5 1,845 2/13/2024
8.0.20 1,986 9/9/2025
8.0.19 11,420 8/4/2025
8.0.18 8,665 7/8/2025
8.0.17 23,614 6/10/2025
8.0.16 20,186 5/13/2025
8.0.15 77,718 4/8/2025
8.0.14 41,071 3/11/2025
8.0.13 33,240 2/11/2025
8.0.12 54,749 1/14/2025
8.0.11 203,512 11/12/2024
8.0.10 253,750 10/8/2024
8.0.8 368,424 8/13/2024
8.0.7 157,855 7/9/2024
8.0.6 218,599 5/28/2024
8.0.5 83,091 5/14/2024
8.0.4 206,461 4/9/2024
8.0.3 106,993 3/12/2024
8.0.2 157,694 2/13/2024
8.0.1 141,250 1/9/2024
8.0.0 588,416 11/14/2023
8.0.0-rc.2.23480.2 9,447 10/10/2023
8.0.0-rc.1.23421.29 2,824 9/12/2023
8.0.0-preview.7.23375.9 2,347 8/8/2023
8.0.0-preview.6.23329.11 1,319 7/11/2023
8.0.0-preview.5.23302.2 1,089 6/13/2023
8.0.0-preview.4.23260.4 258,448 5/16/2023
8.0.0-preview.3.23177.8 1,716 4/11/2023
8.0.0-preview.2.23153.2 91,664 3/14/2023
8.0.0-preview.1.23112.2 590 2/21/2023
7.0.20 24,027 5/28/2024
7.0.19 3,983 5/14/2024
7.0.18 8,960 4/9/2024
7.0.17 10,608 3/12/2024
7.0.16 9,952 2/13/2024
7.0.15 15,004 1/9/2024
7.0.14 33,588 11/14/2023
7.0.13 48,552 10/24/2023
7.0.12 32,193 10/10/2023
7.0.11 77,025 9/12/2023
7.0.10 114,061 8/8/2023
7.0.9 88,332 7/11/2023
7.0.8 83,632 6/22/2023
7.0.7 21,789 6/13/2023
7.0.5 272,345 4/11/2023
7.0.4 74,833 3/14/2023
7.0.3 69,652 2/14/2023
7.0.2 164,440 1/10/2023
7.0.1 35,193 12/13/2022
7.0.0 248,339 11/7/2022
7.0.0-rc.2.22476.2 2,152 10/11/2022
7.0.0-rc.1.22427.2 67,207 9/14/2022
7.0.0-preview.7.22376.6 827 8/9/2022
7.0.0-preview.6.22330.3 628 7/12/2022
7.0.0-preview.5.22303.8 879 6/14/2022
7.0.0-preview.4.22251.1 882 5/10/2022
7.0.0-preview.3.22178.4 784 4/13/2022
7.0.0-preview.2.22153.2 545 3/14/2022
7.0.0-preview.1.22109.13 563 2/17/2022
6.0.36 16,654 11/12/2024
6.0.35 13,820 10/8/2024
6.0.33 15,501 8/13/2024
6.0.32 17,609 7/9/2024
6.0.31 13,148 5/28/2024
6.0.30 4,760 5/14/2024
6.0.29 10,143 4/9/2024
6.0.28 12,616 3/12/2024
6.0.27 7,494 2/13/2024
6.0.26 31,623 1/9/2024
6.0.25 47,217 11/14/2023
6.0.24 70,570 10/24/2023
6.0.23 13,580 10/10/2023
6.0.22 23,992 9/12/2023
6.0.21 55,527 8/8/2023
6.0.20 42,308 7/11/2023
6.0.19 22,439 6/22/2023
6.0.18 19,308 6/13/2023
6.0.16 116,769 4/11/2023
6.0.15 42,183 3/14/2023
6.0.14 51,282 2/14/2023
6.0.13 144,621 1/10/2023
6.0.12 56,395 12/13/2022
6.0.11 78,642 11/7/2022
6.0.10 251,653 10/11/2022
6.0.9 119,885 9/13/2022
6.0.8 202,409 8/9/2022
6.0.7 344,694 7/12/2022
6.0.6 141,178 6/14/2022
6.0.5 1,137,169 5/10/2022
6.0.4 313,165 4/11/2022
6.0.3 202,956 3/8/2022
6.0.2 140,243 2/8/2022
6.0.1 590,952 12/14/2021
6.0.0 460,623 11/8/2021
6.0.0-rc.2.21480.10 2,373 10/12/2021
6.0.0-rc.1.21452.15 3,600 9/14/2021
6.0.0-preview.7.21378.6 1,556 8/10/2021
6.0.0-preview.6.21355.2 969 7/14/2021
6.0.0-preview.5.21301.17 1,106 6/15/2021
6.0.0-preview.4.21253.5 897 5/24/2021
6.0.0-preview.3.21201.13 871 4/8/2021
6.0.0-preview.2.21154.6 831 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 1,891 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 122,615 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 6,947 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 21,983 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 16,415 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 56,618 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 31,851 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 79,342 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 107,556 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 82,163 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 93,989 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 118,148 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 79,351 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 125,242 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 144,749 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 43,640 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 31,374 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 68,287 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 398,251 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 2,243 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 1,912 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 972 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 854 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 992 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 784 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 839 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 839 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 846 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 826 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 12,222 12/13/2022
3.1.31 4,132 11/8/2022
3.1.30 2,822 10/11/2022
3.1.29 5,347 9/13/2022
3.1.28 3,314 8/9/2022
3.1.27 2,223 7/12/2022
3.1.26 4,962 6/14/2022
3.1.25 16,700 5/10/2022
3.1.24 4,267 4/11/2022
3.1.23 15,005 3/8/2022
3.1.22 28,213 12/14/2021
3.1.21 21,189 11/7/2021
3.1.20 28,331 10/11/2021
3.1.19 24,210 9/14/2021
3.1.18 21,851 8/10/2021
3.1.17 34,560 7/13/2021
3.1.16 28,197 6/8/2021
3.1.15 13,726 5/11/2021
3.1.14 24,438 4/6/2021
3.1.13 60,312 3/9/2021
3.1.12 21,041 2/9/2021
3.1.11 133,184 1/12/2021
3.1.10 87,861 11/9/2020
3.1.9 106,692 10/13/2020
3.1.8 170,325 9/8/2020
3.1.7 68,588 8/11/2020
3.1.6 61,540 7/14/2020
3.1.5 208,063 6/9/2020
3.1.4 115,199 5/12/2020
3.1.3 165,444 3/24/2020
3.1.2 111,960 2/18/2020
3.1.1 77,215 1/14/2020
3.1.0 89,829 12/3/2019
3.1.0-preview3.19555.2 844 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 831 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 887 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 4,549 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 2,914 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 614,173 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 1,771 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 1,954 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 2,413 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 3,113 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 1,773 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 2,253 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 1,836 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 1,899 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 1,783 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 1,895 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 318 1/14/2025
2.2.0 13,962,119 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 63,859 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 6,320 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 3,427 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.2 13,528,815 8/21/2018
2.1.1 11,544,004 6/18/2018
2.1.0 3,473,776 5/29/2018
2.1.0-rc1-final 19,868 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 20,173 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 27,730 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 3,831,888 5/7/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 3,476,194 3/13/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.1 5,352,551 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,444,491 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 55,422 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 18,900 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 8,502 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 65,416 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 72,820 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 88,223 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 3,847 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 4,708 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 3,439 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 5,558 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 8,272 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 5,916 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 134,593 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 3,954 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.