Microsoft.AspNetCore.Identity.EntityFrameworkCore 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.Identity.EntityFrameworkCore.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Identity.EntityFrameworkCore --version 2.2.0-preview3-35497
                    
NuGet\Install-Package Microsoft.AspNetCore.Identity.EntityFrameworkCore -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.Identity.EntityFrameworkCore" 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.Identity.EntityFrameworkCore" Version="2.2.0-preview3-35497" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" />
                    
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.Identity.EntityFrameworkCore --version 2.2.0-preview3-35497
                    
#r "nuget: Microsoft.AspNetCore.Identity.EntityFrameworkCore, 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.Identity.EntityFrameworkCore@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.Identity.EntityFrameworkCore&version=2.2.0-preview3-35497&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Identity.EntityFrameworkCore&version=2.2.0-preview3-35497&prerelease
                    
Install as a Cake Tool

ASP.NET Core Identity provider that uses Entity Framework Core.
This package was built from the source at:
https://github.com/aspnet/Identity/tree/44f00013cd4c97872347a30e7370c4cd2e0b432d

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

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

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.

Microsoft.AspNetCore.ApiAuthorization.IdentityServer

ASP.NET Core API Authorization package powered by Identity Server. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/fb4b5a21ebd67b31fff4ddf5c039181da504c932

Microting.eFormApi.BasePn

Package Description

Finbuckle.MultiTenant.EntityFrameworkCore

Entity Framework Core support for Finbuckle.MultiTenant.

GitHub repositories (319)

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

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.
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
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.
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.
btcpayserver/btcpayserver
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
EduardoPires/EquinoxProject
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
ant-design-blazor/ant-design-blazor
🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
immense/Remotely
A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
cobbr/Covenant
Covenant is a collaborative .NET C2 framework for red teamers.
microsoft/fluentui-blazor
Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
simplcommerce/SimplCommerce
A simple, cross platform, modulith ecommerce system built on .NET
Ombi-app/Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
Version Downloads Last Updated
10.0.0-preview.6.25358.103 815 7/15/2025
10.0.0-preview.5.25277.114 3,406 6/6/2025
10.0.0-preview.4.25258.110 2,893 5/12/2025
10.0.0-preview.3.25172.1 3,033 4/10/2025
10.0.0-preview.2.25164.1 28,030 3/18/2025
10.0.0-preview.1.25120.3 2,572 2/25/2025
9.0.7 81,760 7/8/2025
9.0.6 282,166 6/10/2025
9.0.5 456,344 5/13/2025
9.0.4 566,738 4/8/2025
9.0.3 689,067 3/11/2025
9.0.2 683,591 2/11/2025
9.0.1 588,956 1/14/2025
9.0.0 1,346,975 11/12/2024
9.0.0-rc.2.24474.3 28,836 10/8/2024
9.0.0-rc.1.24452.1 8,556 9/10/2024
9.0.0-preview.7.24406.2 35,207 8/13/2024
9.0.0-preview.6.24328.4 95,537 7/9/2024
9.0.0-preview.5.24306.11 3,406 6/11/2024
9.0.0-preview.4.24267.6 3,822 5/21/2024
9.0.0-preview.3.24172.13 73,402 4/11/2024
9.0.0-preview.2.24128.4 4,318 3/12/2024
9.0.0-preview.1.24081.5 26,901 2/13/2024
8.0.18 35,098 7/8/2025
8.0.17 150,942 6/10/2025
8.0.16 220,964 5/13/2025
8.0.15 387,762 4/8/2025
8.0.14 744,203 3/11/2025
8.0.13 450,931 2/11/2025
8.0.12 712,061 1/14/2025
8.0.11 2,049,495 11/12/2024
8.0.10 2,644,023 10/8/2024
8.0.8 3,128,443 8/13/2024
8.0.7 2,108,101 7/9/2024
8.0.6 2,432,238 5/28/2024
8.0.5 1,106,693 5/14/2024
8.0.4 2,388,311 4/9/2024
8.0.3 1,785,322 3/12/2024
8.0.2 2,165,677 2/13/2024
8.0.1 1,882,274 1/9/2024
8.0.0 3,837,198 11/14/2023
8.0.0-rc.2.23480.2 53,169 10/10/2023
8.0.0-rc.1.23421.29 25,215 9/12/2023
8.0.0-preview.7.23375.9 55,125 8/8/2023
8.0.0-preview.6.23329.11 71,942 7/11/2023
8.0.0-preview.5.23302.2 9,418 6/13/2023
8.0.0-preview.4.23260.4 7,285 5/16/2023
8.0.0-preview.3.23177.8 13,398 4/11/2023
8.0.0-preview.2.23153.2 94,886 3/14/2023
8.0.0-preview.1.23112.2 59,981 2/21/2023
7.0.20 464,070 5/28/2024
7.0.19 42,490 5/14/2024
7.0.18 96,987 4/9/2024
7.0.17 337,694 3/12/2024
7.0.16 208,090 2/13/2024
7.0.15 365,892 1/9/2024
7.0.14 502,138 11/14/2023
7.0.13 768,795 10/24/2023
7.0.12 486,478 10/10/2023
7.0.11 855,341 9/12/2023
7.0.10 953,576 8/8/2023
7.0.9 804,583 7/11/2023
7.0.8 481,083 6/22/2023
7.0.7 279,359 6/13/2023
7.0.5 2,661,932 4/11/2023
7.0.4 939,190 3/14/2023
7.0.3 1,055,842 2/14/2023
7.0.2 1,417,570 1/10/2023
7.0.1 538,992 12/13/2022
7.0.0 1,466,241 11/7/2022
7.0.0-rc.2.22476.2 42,725 10/11/2022
7.0.0-rc.1.22427.2 74,324 9/14/2022
7.0.0-preview.7.22376.6 9,610 8/9/2022
7.0.0-preview.6.22330.3 4,083 7/12/2022
7.0.0-preview.5.22303.8 7,787 6/14/2022
7.0.0-preview.4.22251.1 7,035 5/10/2022
7.0.0-preview.3.22178.4 4,197 4/13/2022
7.0.0-preview.2.22153.2 2,483 3/14/2022
7.0.0-preview.1.22109.13 2,464 2/17/2022
6.0.36 150,538 11/12/2024
6.0.35 79,892 10/8/2024
6.0.33 877,492 8/13/2024
6.0.32 93,314 7/9/2024
6.0.31 104,410 5/28/2024
6.0.30 75,039 5/14/2024
6.0.29 267,267 4/9/2024
6.0.28 278,510 3/12/2024
6.0.27 205,178 2/13/2024
6.0.26 401,161 1/9/2024
6.0.25 483,872 11/14/2023
6.0.24 265,088 10/24/2023
6.0.23 208,599 10/10/2023
6.0.22 418,220 9/12/2023
6.0.21 517,998 8/8/2023
6.0.20 437,710 7/11/2023
6.0.19 298,518 6/22/2023
6.0.18 293,740 6/13/2023
6.0.16 1,401,483 4/11/2023
6.0.15 610,226 3/14/2023
6.0.14 777,868 2/14/2023
6.0.13 1,121,611 1/10/2023
6.0.12 772,902 12/13/2022
6.0.11 1,396,753 11/7/2022
6.0.10 2,125,054 10/11/2022
6.0.9 2,062,583 9/13/2022
6.0.8 2,593,667 8/9/2022
6.0.7 2,564,959 7/12/2022
6.0.6 1,647,139 6/14/2022
6.0.5 2,817,230 5/10/2022
6.0.4 2,010,725 4/11/2022
6.0.3 2,206,646 3/8/2022
6.0.2 2,599,132 2/8/2022
6.0.1 3,131,198 12/14/2021
6.0.0 6,268,800 11/8/2021
6.0.0-rc.2.21480.10 37,223 10/12/2021
6.0.0-rc.1.21452.15 36,803 9/14/2021
6.0.0-preview.7.21378.6 23,812 8/10/2021
6.0.0-preview.6.21355.2 11,421 7/14/2021
6.0.0-preview.5.21301.17 13,392 6/15/2021
6.0.0-preview.4.21253.5 7,121 5/24/2021
6.0.0-preview.3.21201.13 20,125 4/8/2021
6.0.0-preview.2.21154.6 6,530 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 12,867 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 985,951 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 140,795 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 314,633 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 212,129 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 409,924 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 515,401 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 1,166,835 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,299,233 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,292,883 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,202,684 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,588,556 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,247,955 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 1,502,467 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,329,509 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 1,096,035 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 975,652 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 1,070,926 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,901,669 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 24,862 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 20,928 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 19,052 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 11,309 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 8,957 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 2,808 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 3,931 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 5,554 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 4,604 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 7,181 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 260,418 12/13/2022
3.1.31 34,130 11/8/2022
3.1.30 37,913 10/11/2022
3.1.29 35,656 9/13/2022
3.1.28 54,707 8/9/2022
3.1.27 51,945 7/12/2022
3.1.26 44,439 6/14/2022
3.1.25 89,529 5/10/2022
3.1.24 73,587 4/11/2022
3.1.23 153,484 3/8/2022
3.1.22 389,119 12/14/2021
3.1.21 356,902 11/7/2021
3.1.20 233,646 10/11/2021
3.1.19 145,505 9/14/2021
3.1.18 311,954 8/10/2021
3.1.17 186,158 7/13/2021
3.1.16 226,983 6/8/2021
3.1.15 296,940 5/11/2021
3.1.14 274,945 4/6/2021
3.1.13 431,114 3/9/2021
3.1.12 533,689 2/9/2021
3.1.11 608,078 1/12/2021
3.1.10 1,207,541 11/9/2020
3.1.9 1,616,202 10/13/2020
3.1.8 2,993,785 9/8/2020
3.1.7 1,467,436 8/11/2020
3.1.6 1,502,690 7/14/2020
3.1.5 1,742,561 6/9/2020
3.1.4 1,225,311 5/12/2020
3.1.3 2,467,469 3/24/2020
3.1.2 1,978,423 2/18/2020
3.1.1 1,939,770 1/14/2020
3.1.0 2,372,467 12/3/2019
3.1.0-preview3.19555.2 12,679 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 7,248 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 9,959 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 61,496 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 15,667 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 2,160,033 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 22,394 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 21,469 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 14,489 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 33,076 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 16,740 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 11,883 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 3,790 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 6,911 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 2,772 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 3,279 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 5,603 1/14/2025
2.2.0 17,112,439 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 71,976 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 38,423 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 5,411 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.6 6,899,539 11/13/2018
2.1.3 8,004,669 8/21/2018
2.1.2 3,430,481 7/10/2018
2.1.1 10,805,823 6/18/2018
2.1.0 3,762,297 5/29/2018
2.1.0-rc1-final 26,532 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 26,504 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 42,697 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 2,455,396 7/10/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 2,419,104 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 3,679,436 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,622,698 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,887,768 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 56,972 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 28,472 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.6 21,445 7/10/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 24,212 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 8,009 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 26,498 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 320,694 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 199,851 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 259,666 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 9,844 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 4,437 7/10/2018 1.0.6 is deprecated because it is no longer maintained.
1.0.5 5,181 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 7,826 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 7,082 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 222,277 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 28,070 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 368,644 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 36,876 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.