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

ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.

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 (3.1K)

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

Package Downloads
Microsoft.Identity.Web.TokenAcquisition

Implementation for higher level API for confidential client applications (ASP.NET Core and SDK/.NET).

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.

Microsoft.AspNetCore.Authentication.AzureAD.UI

ASP.NET Core Azure Active Directory Integration provides components for easily integrating Azure Active Directory authentication within your ASP.NET Core application. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ab1f1c636afa3a6607f2d67bc387b586596d1d38

Okta.AspNetCore

Official Okta middleware for ASP.NET Core 3.1+. Easily add authentication and authorization to ASP.NET Core applications.

GitHub repositories (466)

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

Repository Stars
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
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.
duplicati/duplicati
Store securely encrypted backups in the cloud!
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 5, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
ThreeMammals/Ocelot
.NET API Gateway
dotnet/eShop
A reference .NET application implementing an eCommerce site
Kareadita/Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
EduardoPires/EquinoxProject
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 8 and newer.
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
cobbr/Covenant
Covenant is a collaborative .NET C2 framework for red teamers.
Version Downloads Last Updated
10.0.0-preview.6.25358.103 1,947 7/15/2025
10.0.0-preview.5.25277.114 8,325 6/6/2025
10.0.0-preview.4.25258.110 20,043 5/12/2025
10.0.0-preview.3.25172.1 12,805 4/10/2025
10.0.0-preview.2.25164.1 4,170 3/18/2025
10.0.0-preview.1.25120.3 5,176 2/25/2025
9.0.7 381,974 7/8/2025
9.0.6 1,371,301 6/10/2025
9.0.5 2,030,710 5/13/2025
9.0.4 2,519,032 4/8/2025
9.0.3 2,284,706 3/11/2025
9.0.2 2,634,750 2/11/2025
9.0.1 2,549,133 1/14/2025
9.0.0 9,478,875 11/12/2024
9.0.0-rc.2.24474.3 245,906 10/8/2024
9.0.0-rc.1.24452.1 110,902 9/10/2024
9.0.0-preview.7.24406.2 10,418 8/13/2024
9.0.0-preview.6.24328.4 76,183 7/9/2024
9.0.0-preview.5.24306.11 8,019 6/11/2024
9.0.0-preview.4.24267.6 14,216 5/21/2024
9.0.0-preview.3.24172.13 82,332 4/11/2024
9.0.0-preview.2.24128.4 27,652 3/12/2024
9.0.0-preview.1.24081.5 33,420 2/13/2024
8.0.18 205,891 7/8/2025
8.0.17 1,109,079 6/10/2025
8.0.16 1,395,450 5/13/2025
8.0.15 2,614,542 4/8/2025
8.0.14 2,757,791 3/11/2025
8.0.13 3,386,742 2/11/2025
8.0.12 3,979,905 1/14/2025
8.0.11 11,731,489 11/12/2024
8.0.10 14,474,088 10/8/2024
8.0.8 16,021,030 8/13/2024
8.0.7 11,212,075 7/9/2024
8.0.6 12,603,167 5/28/2024
8.0.5 4,367,982 5/14/2024
8.0.4 11,280,752 4/9/2024
8.0.3 7,445,528 3/12/2024
8.0.2 8,649,200 2/13/2024
8.0.1 9,983,322 1/9/2024
8.0.0 39,948,517 11/14/2023
8.0.0-rc.2.23480.2 589,860 10/10/2023
8.0.0-rc.1.23421.29 121,449 9/12/2023
8.0.0-preview.7.23375.9 324,098 8/8/2023
8.0.0-preview.6.23329.11 103,924 7/11/2023
8.0.0-preview.5.23302.2 12,289 6/13/2023
8.0.0-preview.4.23260.4 12,059 5/16/2023
8.0.0-preview.3.23177.8 21,969 4/11/2023
8.0.0-preview.2.23153.2 9,868 3/14/2023
8.0.0-preview.1.23112.2 61,567 2/21/2023
7.0.20 1,876,143 5/28/2024
7.0.19 161,867 5/14/2024
7.0.18 467,392 4/9/2024
7.0.17 479,585 3/12/2024
7.0.16 737,165 2/13/2024
7.0.15 1,314,995 1/9/2024
7.0.14 2,524,205 11/14/2023
7.0.13 2,761,330 10/24/2023
7.0.12 2,249,792 10/10/2023
7.0.11 3,479,877 9/12/2023
7.0.10 4,177,714 8/8/2023
7.0.9 3,021,896 7/11/2023
7.0.8 2,448,114 6/22/2023
7.0.7 1,310,635 6/13/2023
7.0.5 7,674,511 4/11/2023
7.0.4 3,728,176 3/14/2023
7.0.3 3,627,249 2/14/2023
7.0.2 4,691,538 1/10/2023
7.0.1 9,869,648 12/13/2022
7.0.0 5,772,493 11/7/2022
7.0.0-rc.2.22476.2 87,731 10/11/2022
7.0.0-rc.1.22427.2 25,536 9/14/2022
7.0.0-preview.7.22376.6 26,044 8/9/2022
7.0.0-preview.6.22330.3 361,726 7/12/2022
7.0.0-preview.5.22303.8 6,423 6/14/2022
7.0.0-preview.4.22251.1 10,558 5/10/2022
7.0.0-preview.3.22178.4 4,554 4/13/2022
7.0.0-preview.2.22153.2 4,081 3/14/2022
7.0.0-preview.1.22109.13 3,530 2/17/2022
6.0.36 1,558,856 11/12/2024
6.0.35 647,172 10/8/2024
6.0.33 1,878,310 8/13/2024
6.0.32 1,749,743 7/9/2024
6.0.31 1,212,018 5/28/2024
6.0.30 564,621 5/14/2024
6.0.29 1,854,574 4/9/2024
6.0.28 1,361,903 3/12/2024
6.0.27 1,771,523 2/13/2024
6.0.26 3,282,038 1/9/2024
6.0.25 3,940,187 11/14/2023
6.0.24 2,352,156 10/24/2023
6.0.23 1,178,464 10/10/2023
6.0.22 2,245,136 9/12/2023
6.0.21 3,079,371 8/8/2023
6.0.20 2,882,282 7/11/2023
6.0.19 1,869,743 6/22/2023
6.0.18 935,882 6/13/2023
6.0.16 7,881,724 4/11/2023
6.0.15 4,960,207 3/14/2023
6.0.14 4,962,318 2/14/2023
6.0.13 7,987,982 1/10/2023
6.0.12 12,131,337 12/13/2022
6.0.11 8,510,103 11/7/2022
6.0.10 12,713,851 10/11/2022
6.0.9 9,615,096 9/13/2022
6.0.8 11,926,920 8/9/2022
6.0.7 9,643,905 7/12/2022
6.0.6 7,737,541 6/14/2022
6.0.5 10,987,559 5/10/2022
6.0.4 8,724,811 4/11/2022
6.0.3 10,014,427 3/8/2022
6.0.2 7,855,513 2/8/2022
6.0.1 13,698,791 12/14/2021
6.0.0 14,332,722 11/8/2021
6.0.0-rc.2.21480.10 76,971 10/12/2021
6.0.0-rc.1.21452.15 64,613 9/14/2021
6.0.0-preview.7.21378.6 66,815 8/10/2021
6.0.0-preview.6.21355.2 19,924 7/14/2021
6.0.0-preview.5.21301.17 11,958 6/15/2021
6.0.0-preview.4.21253.5 10,226 5/24/2021
6.0.0-preview.3.21201.13 14,021 4/8/2021
6.0.0-preview.2.21154.6 4,144 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 6,669 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 3,044,597 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 675,737 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 1,172,260 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 1,001,411 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 2,629,791 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 22,080,015 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 4,013,170 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 4,061,135 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 7,755,989 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 2,959,685 7/13/2021 5.0.8 is deprecated because it is no longer maintained; 5.0.8 has at least one vulnerability with moderate severity.
5.0.7 4,333,561 6/8/2021 5.0.7 is deprecated because it is no longer maintained; 5.0.7 has at least one vulnerability with moderate severity.
5.0.6 3,068,687 5/11/2021 5.0.6 is deprecated because it is no longer maintained; 5.0.6 has at least one vulnerability with moderate severity.
5.0.5 4,323,540 4/6/2021 5.0.5 is deprecated because it is no longer maintained; 5.0.5 has at least one vulnerability with moderate severity.
5.0.4 3,048,169 3/9/2021 5.0.4 is deprecated because it is no longer maintained; 5.0.4 has at least one vulnerability with moderate severity.
5.0.3 3,210,297 2/9/2021 5.0.3 is deprecated because it is no longer maintained; 5.0.3 has at least one vulnerability with moderate severity.
5.0.2 2,938,035 1/12/2021 5.0.2 is deprecated because it is no longer maintained; 5.0.2 has at least one vulnerability with moderate severity.
5.0.1 3,292,026 12/8/2020 5.0.1 is deprecated because it is no longer maintained; 5.0.1 has at least one vulnerability with moderate severity.
5.0.0 11,984,275 11/9/2020 5.0.0 is deprecated because it is no longer maintained; 5.0.0 has at least one vulnerability with moderate severity.
5.0.0-rc.2.20475.17 111,352 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 347,750 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 4,707,283 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 16,955 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 21,420 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,712 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 4,548 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 4,653 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 3,715 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 5,794 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 2,877,396 12/13/2022
3.1.31 297,676 11/8/2022
3.1.30 225,902 10/11/2022
3.1.29 278,857 9/13/2022
3.1.28 2,457,031 8/9/2022
3.1.27 387,957 7/12/2022
3.1.26 368,634 6/14/2022
3.1.25 678,733 5/10/2022
3.1.24 500,779 4/11/2022
3.1.23 2,230,012 3/8/2022
3.1.22 3,334,186 12/14/2021
3.1.21 2,283,859 11/7/2021
3.1.20 1,038,359 10/11/2021
3.1.19 1,270,481 9/14/2021
3.1.18 8,631,973 8/10/2021
3.1.17 1,131,150 7/13/2021 3.1.17 has at least one vulnerability with moderate severity.
3.1.16 2,244,701 6/8/2021 3.1.16 has at least one vulnerability with moderate severity.
3.1.15 1,643,715 5/11/2021 3.1.15 has at least one vulnerability with moderate severity.
3.1.14 2,113,421 4/6/2021 3.1.14 has at least one vulnerability with moderate severity.
3.1.13 2,401,607 3/9/2021 3.1.13 has at least one vulnerability with moderate severity.
3.1.12 2,181,167 2/9/2021 3.1.12 has at least one vulnerability with moderate severity.
3.1.11 3,531,138 1/12/2021 3.1.11 has at least one vulnerability with moderate severity.
3.1.10 5,720,549 11/9/2020 3.1.10 has at least one vulnerability with moderate severity.
3.1.9 6,358,067 10/13/2020 3.1.9 has at least one vulnerability with moderate severity.
3.1.8 10,789,776 9/8/2020 3.1.8 has at least one vulnerability with moderate severity.
3.1.7 4,812,735 8/11/2020 3.1.7 has at least one vulnerability with moderate severity.
3.1.6 5,736,736 7/14/2020 3.1.6 has at least one vulnerability with moderate severity.
3.1.5 8,051,848 6/9/2020 3.1.5 has at least one vulnerability with moderate severity.
3.1.4 7,328,754 5/12/2020 3.1.4 has at least one vulnerability with moderate severity.
3.1.3 9,913,154 3/24/2020 3.1.3 has at least one vulnerability with moderate severity.
3.1.2 7,278,571 2/18/2020 3.1.2 has at least one vulnerability with moderate severity.
3.1.1 9,767,342 1/14/2020 3.1.1 has at least one vulnerability with moderate severity.
3.1.0 7,474,037 12/3/2019 3.1.0 has at least one vulnerability with moderate severity.
3.1.0-preview3.19555.2 14,082 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained; 3.1.0-preview3.19555.2 has at least one vulnerability with moderate severity.
3.1.0-preview2.19528.8 3,681 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained; 3.1.0-preview2.19528.8 has at least one vulnerability with moderate severity.
3.1.0-preview1.19508.20 7,682 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained; 3.1.0-preview1.19508.20 has at least one vulnerability with moderate severity.
3.0.3 690,511 2/18/2020 3.0.3 is deprecated because it is no longer maintained; 3.0.3 has at least one vulnerability with moderate severity.
3.0.2 295,050 1/14/2020 3.0.2 is deprecated because it is no longer maintained; 3.0.2 has at least one vulnerability with moderate severity.
3.0.0 43,267,909 9/23/2019 3.0.0 is deprecated because it is no longer maintained; 3.0.0 has at least one vulnerability with moderate severity.
3.0.0-rc1.19457.4 25,355 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 159,905 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 28,142 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 40,454 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 37,119 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 24,671 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 7,267 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 8,008 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 12,710 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
2.3.0 45,766 1/14/2025
2.2.0 30,529,978 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 72,114 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 38,448 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 9,337 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.30 1,375,080 8/19/2021
2.1.2 17,735,800 8/21/2018 2.1.2 has at least one vulnerability with moderate severity.
2.1.1 13,061,336 6/18/2018 2.1.1 has at least one vulnerability with moderate severity.
2.1.0 15,585,627 5/29/2018 2.1.0 has at least one vulnerability with moderate severity.
2.1.0-rc1-final 42,180 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 39,440 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 54,533 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 4,735,860 5/7/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 4,280,506 3/13/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.1 7,736,438 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 12,435,460 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 57,112 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 18,464 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 503,226 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 1,274,500 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 484,021 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 401,723 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 7,018 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 13,344 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 7,206 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 19,596 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 118,295 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 22,341 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 928,711 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 20,051 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.