Microsoft.EntityFrameworkCore
2.0.0-preview1-final
Prefix Reserved
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
See the version list below for details.
dotnet add package Microsoft.EntityFrameworkCore --version 2.0.0-preview1-final
NuGet\Install-Package Microsoft.EntityFrameworkCore -Version 2.0.0-preview1-final
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.0.0-preview1-final" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="2.0.0-preview1-final" />
<PackageReference Include="Microsoft.EntityFrameworkCore" />
paket add Microsoft.EntityFrameworkCore --version 2.0.0-preview1-final
#r "nuget: Microsoft.EntityFrameworkCore, 2.0.0-preview1-final"
#:package Microsoft.EntityFrameworkCore@2.0.0-preview1-final
#addin nuget:?package=Microsoft.EntityFrameworkCore&version=2.0.0-preview1-final&prerelease
#tool nuget:?package=Microsoft.EntityFrameworkCore&version=2.0.0-preview1-final&prerelease
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology.
Commonly Used Types:
Microsoft.EntityFrameworkCore.DbContext
Microsoft.EntityFrameworkCore.DbSet
| Product | Versions 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 | net46 is compatible. 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. |
-
.NETFramework 4.6
- Microsoft.Extensions.Caching.Memory (>= 2.0.0-preview1-final)
- Microsoft.Extensions.DependencyInjection (>= 2.0.0-preview1-final)
- Microsoft.Extensions.Logging (>= 2.0.0-preview1-final)
- NETStandard.Library (>= 2.0.0-preview1-25301-01)
- Remotion.Linq (>= 2.1.1)
- System.Collections.Immutable (>= 1.3.1)
- System.ComponentModel.Annotations (>= 4.3.0)
- System.Interactive.Async (>= 3.1.1)
- System.ValueTuple (>= 4.3.0)
-
.NETStandard 1.3
- Microsoft.Extensions.Caching.Memory (>= 2.0.0-preview1-final)
- Microsoft.Extensions.DependencyInjection (>= 2.0.0-preview1-final)
- Microsoft.Extensions.Logging (>= 2.0.0-preview1-final)
- NETStandard.Library (>= 2.0.0-preview1-25301-01)
- Remotion.Linq (>= 2.1.1)
- System.Collections.Immutable (>= 1.3.1)
- System.ComponentModel.Annotations (>= 4.3.0)
- System.Interactive.Async (>= 3.1.1)
- System.ValueTuple (>= 4.3.0)
NuGet packages (9.6K)
Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore:
| Package | Downloads |
|---|---|
|
Microsoft.EntityFrameworkCore.Relational
Shared Entity Framework Core components for relational database providers. |
|
|
Microsoft.EntityFrameworkCore.InMemory
In-memory database provider for Entity Framework Core (to be used for testing purposes). |
|
|
Npgsql.EntityFrameworkCore.PostgreSQL
PostgreSQL/Npgsql provider for Entity Framework Core. |
|
|
Microsoft.VisualStudio.Web.CodeGenerators.Mvc
Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views. |
|
|
Microsoft.VisualStudio.Web.CodeGeneration.Design
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views. |
GitHub repositories (660)
Showing the top 20 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore:
| Repository | Stars |
|---|---|
|
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.
|
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
|
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
|
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 RC 2, 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.
|
|
|
davidfowl/AspNetCoreDiagnosticScenarios
This repository has examples of broken patterns in ASP.NET Core applications
|
|
|
RayWangQvQ/BiliBiliToolPro
B 站(bilibili)自动任务工具,支持docker、青龙、k8s等多种部署方式。敏感肌也能用。
|
|
|
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
|
|
|
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.
|
|
|
ldqk/Masuit.Tools
全龄段友好的C#万能工具库,码数吐司库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!
|
|
|
graphql-dotnet/graphql-dotnet
GraphQL for .NET
|
|
|
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
|
|
|
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
|
|
|
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
|
|
|
immense/Remotely
A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
|
|
|
MapsterMapper/Mapster
A fast, fun and stimulating object to object Mapper
|
|
|
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
|
|
|
microsoft/fluentui-blazor
Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
|
|
|
cobbr/Covenant
Covenant is a collaborative .NET C2 framework for red teamers.
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 10.0.0-rc.2.25502.107 | 32,973 | 10/14/2025 | |
| 10.0.0-rc.1.25451.107 | 100,348 | 9/9/2025 | |
| 10.0.0-preview.7.25380.108 | 48,152 | 8/12/2025 | |
| 10.0.0-preview.6.25358.103 | 16,947 | 7/15/2025 | |
| 10.0.0-preview.5.25277.114 | 54,027 | 6/6/2025 | |
| 10.0.0-preview.4.25258.110 | 28,427 | 5/12/2025 | |
| 10.0.0-preview.3.25171.6 | 21,484 | 4/10/2025 | |
| 10.0.0-preview.2.25163.8 | 70,779 | 3/18/2025 | |
| 10.0.0-preview.1.25081.1 | 12,878 | 2/25/2025 | |
| 9.0.10 | 1,140,715 | 10/14/2025 | |
| 9.0.9 | 4,656,432 | 9/9/2025 | |
| 9.0.8 | 5,649,724 | 8/5/2025 | |
| 9.0.7 | 4,889,091 | 7/8/2025 | |
| 9.0.6 | 5,723,384 | 6/10/2025 | |
| 9.0.5 | 7,410,227 | 5/13/2025 | |
| 9.0.4 | 9,224,380 | 4/8/2025 | |
| 9.0.3 | 8,564,537 | 3/11/2025 | |
| 9.0.2 | 9,313,315 | 2/11/2025 | |
| 9.0.1 | 21,847,824 | 1/14/2025 | |
| 9.0.0 | 25,288,264 | 11/12/2024 | |
| 9.0.0-rc.2.24474.1 | 240,198 | 10/8/2024 | |
| 9.0.0-rc.1.24451.1 | 151,556 | 9/10/2024 | |
| 9.0.0-preview.7.24405.3 | 107,163 | 8/13/2024 | |
| 9.0.0-preview.6.24327.4 | 221,474 | 7/9/2024 | |
| 9.0.0-preview.5.24306.3 | 68,985 | 6/11/2024 | |
| 9.0.0-preview.4.24267.1 | 72,456 | 5/21/2024 | |
| 9.0.0-preview.3.24172.4 | 188,281 | 4/11/2024 | |
| 9.0.0-preview.2.24128.4 | 86,948 | 3/12/2024 | |
| 9.0.0-preview.1.24081.2 | 142,893 | 2/13/2024 | |
| 8.0.21 | 279,786 | 10/14/2025 | |
| 8.0.20 | 1,190,885 | 9/9/2025 | |
| 8.0.19 | 2,269,065 | 8/5/2025 | |
| 8.0.18 | 1,550,205 | 7/8/2025 | |
| 8.0.17 | 3,099,081 | 6/10/2025 | |
| 8.0.16 | 2,868,875 | 5/13/2025 | |
| 8.0.15 | 4,139,173 | 4/8/2025 | |
| 8.0.14 | 5,200,393 | 3/11/2025 | |
| 8.0.13 | 7,394,050 | 2/11/2025 | |
| 8.0.12 | 6,289,380 | 1/14/2025 | |
| 8.0.11 | 27,548,969 | 11/12/2024 | |
| 8.0.10 | 28,113,520 | 10/8/2024 | |
| 8.0.8 | 32,851,947 | 8/13/2024 | |
| 8.0.7 | 19,707,640 | 7/9/2024 | |
| 8.0.6 | 22,012,692 | 5/28/2024 | |
| 8.0.5 | 9,202,769 | 5/14/2024 | |
| 8.0.4 | 35,835,267 | 4/9/2024 | |
| 8.0.3 | 14,141,637 | 3/12/2024 | |
| 8.0.2 | 29,562,789 | 2/13/2024 | |
| 8.0.1 | 18,193,856 | 1/9/2024 | |
| 8.0.0 | 60,751,476 | 11/14/2023 | |
| 8.0.0-rc.2.23480.1 | 579,933 | 10/10/2023 | |
| 8.0.0-rc.1.23419.6 | 161,965 | 9/12/2023 | |
| 8.0.0-preview.7.23375.4 | 130,800 | 8/8/2023 | |
| 8.0.0-preview.6.23329.4 | 238,490 | 7/11/2023 | |
| 8.0.0-preview.5.23280.1 | 211,659 | 6/13/2023 | |
| 8.0.0-preview.4.23259.3 | 147,764 | 5/16/2023 | |
| 8.0.0-preview.3.23174.2 | 307,202 | 4/11/2023 | |
| 8.0.0-preview.2.23128.3 | 203,056 | 3/14/2023 | |
| 8.0.0-preview.1.23111.4 | 142,817 | 2/21/2023 | |
| 7.0.20 | 5,121,862 | 5/28/2024 | |
| 7.0.19 | 619,306 | 5/14/2024 | |
| 7.0.18 | 2,866,774 | 4/9/2024 | |
| 7.0.17 | 1,794,803 | 3/12/2024 | |
| 7.0.16 | 2,305,025 | 2/13/2024 | |
| 7.0.15 | 3,603,167 | 1/9/2024 | |
| 7.0.14 | 6,694,253 | 11/14/2023 | |
| 7.0.13 | 7,732,720 | 10/24/2023 | |
| 7.0.12 | 4,734,225 | 10/10/2023 | |
| 7.0.11 | 15,244,780 | 9/12/2023 | |
| 7.0.10 | 10,513,974 | 8/8/2023 | |
| 7.0.9 | 9,918,476 | 7/11/2023 | |
| 7.0.8 | 5,975,344 | 6/22/2023 | |
| 7.0.7 | 4,078,775 | 6/13/2023 | |
| 7.0.5 | 28,039,563 | 4/11/2023 | |
| 7.0.4 | 9,933,201 | 3/14/2023 | |
| 7.0.3 | 14,760,514 | 2/14/2023 | |
| 7.0.2 | 20,418,324 | 1/10/2023 | |
| 7.0.1 | 10,898,215 | 12/13/2022 | |
| 7.0.0 | 36,030,703 | 11/7/2022 | |
| 7.0.0-rc.2.22472.11 | 232,791 | 10/11/2022 | |
| 7.0.0-rc.1.22426.7 | 222,766 | 9/14/2022 | |
| 7.0.0-preview.7.22376.2 | 104,950 | 8/9/2022 | |
| 7.0.0-preview.6.22329.4 | 79,853 | 7/12/2022 | |
| 7.0.0-preview.5.22302.2 | 66,712 | 6/14/2022 | |
| 7.0.0-preview.4.22229.2 | 92,665 | 5/10/2022 | |
| 7.0.0-preview.3.22175.1 | 79,877 | 4/13/2022 | |
| 7.0.0-preview.2.22153.1 | 87,212 | 3/14/2022 | |
| 7.0.0-preview.1.22076.6 | 59,920 | 2/17/2022 | |
| 6.0.36 | 2,736,499 | 11/12/2024 | |
| 6.0.35 | 913,670 | 10/8/2024 | |
| 6.0.33 | 2,319,587 | 8/13/2024 | |
| 6.0.32 | 954,764 | 7/9/2024 | |
| 6.0.31 | 1,286,742 | 5/28/2024 | |
| 6.0.30 | 726,977 | 5/14/2024 | |
| 6.0.29 | 3,309,149 | 4/9/2024 | |
| 6.0.28 | 1,883,377 | 3/12/2024 | |
| 6.0.27 | 2,130,249 | 2/13/2024 | |
| 6.0.26 | 2,947,530 | 1/9/2024 | |
| 6.0.25 | 4,036,751 | 11/14/2023 | |
| 6.0.24 | 2,043,208 | 10/24/2023 | |
| 6.0.23 | 1,334,892 | 10/10/2023 | |
| 6.0.22 | 3,639,863 | 9/12/2023 | |
| 6.0.21 | 3,879,616 | 8/8/2023 | |
| 6.0.20 | 3,117,716 | 7/11/2023 | |
| 6.0.19 | 2,628,159 | 6/22/2023 | |
| 6.0.18 | 1,370,995 | 6/13/2023 | |
| 6.0.16 | 8,100,610 | 4/11/2023 | |
| 6.0.15 | 4,472,621 | 3/14/2023 | |
| 6.0.14 | 5,572,157 | 2/14/2023 | |
| 6.0.13 | 7,353,053 | 1/10/2023 | |
| 6.0.12 | 11,558,259 | 12/13/2022 | |
| 6.0.11 | 10,462,631 | 11/7/2022 | |
| 6.0.10 | 18,395,601 | 10/11/2022 | |
| 6.0.9 | 16,079,451 | 9/13/2022 | |
| 6.0.8 | 19,412,537 | 8/9/2022 | |
| 6.0.7 | 52,532,239 | 7/12/2022 | |
| 6.0.6 | 15,700,063 | 6/14/2022 | |
| 6.0.5 | 23,810,591 | 5/10/2022 | |
| 6.0.4 | 18,703,282 | 4/11/2022 | |
| 6.0.3 | 26,992,665 | 3/8/2022 | |
| 6.0.2 | 20,677,458 | 2/8/2022 | |
| 6.0.1 | 34,928,570 | 12/14/2021 | |
| 6.0.0 | 77,924,594 | 11/8/2021 | |
| 6.0.0-rc.2.21480.5 | 337,098 | 10/12/2021 | |
| 6.0.0-rc.1.21452.10 | 275,275 | 9/14/2021 | |
| 6.0.0-preview.7.21378.4 | 103,146 | 8/10/2021 | |
| 6.0.0-preview.6.21352.1 | 45,351 | 7/14/2021 | |
| 6.0.0-preview.5.21301.9 | 194,011 | 6/15/2021 | |
| 6.0.0-preview.4.21253.1 | 79,933 | 5/24/2021 | |
| 6.0.0-preview.3.21201.2 | 103,528 | 4/8/2021 | |
| 6.0.0-preview.2.21154.2 | 75,319 | 3/11/2021 | |
| 6.0.0-preview.1.21102.2 | 98,870 | 2/12/2021 | |
| 5.0.17 | 8,502,100 | 5/10/2022 | |
| 5.0.16 | 1,566,558 | 4/11/2022 | |
| 5.0.15 | 2,430,089 | 3/8/2022 | |
| 5.0.14 | 2,439,729 | 2/8/2022 | |
| 5.0.13 | 4,668,274 | 12/14/2021 | |
| 5.0.12 | 5,021,792 | 11/7/2021 | |
| 5.0.11 | 8,737,992 | 10/12/2021 | |
| 5.0.10 | 14,138,864 | 9/14/2021 | |
| 5.0.9 | 10,769,164 | 8/10/2021 | |
| 5.0.8 | 10,167,399 | 7/13/2021 | |
| 5.0.7 | 15,185,592 | 6/8/2021 | |
| 5.0.6 | 8,525,026 | 5/11/2021 | |
| 5.0.5 | 11,940,532 | 4/6/2021 | |
| 5.0.4 | 8,659,522 | 3/9/2021 | |
| 5.0.3 | 8,299,066 | 2/9/2021 | |
| 5.0.2 | 10,797,022 | 1/12/2021 | |
| 5.0.1 | 16,694,922 | 12/8/2020 | |
| 5.0.0 | 28,634,639 | 11/9/2020 | |
| 5.0.0-rc.2.20475.6 | 391,448 | 10/13/2020 | |
| 5.0.0-rc.1.20451.13 | 323,858 | 9/14/2020 | |
| 5.0.0-preview.8.20407.4 | 210,241 | 8/25/2020 | |
| 5.0.0-preview.7.20365.15 | 119,547 | 7/21/2020 | |
| 5.0.0-preview.6.20312.4 | 64,803 | 6/25/2020 | |
| 5.0.0-preview.5.20278.2 | 51,499 | 6/10/2020 | |
| 5.0.0-preview.4.20220.10 | 74,805 | 5/18/2020 | |
| 5.0.0-preview.3.20181.2 | 95,599 | 4/23/2020 | |
| 5.0.0-preview.2.20159.4 | 63,012 | 4/2/2020 | |
| 5.0.0-preview.2.20120.8 | 46,500 | 3/16/2020 | |
| 3.1.32 | 7,836,177 | 12/13/2022 | |
| 3.1.31 | 1,682,801 | 11/8/2022 | |
| 3.1.30 | 856,663 | 10/11/2022 | |
| 3.1.29 | 1,505,241 | 9/13/2022 | |
| 3.1.28 | 958,119 | 8/9/2022 | |
| 3.1.27 | 829,288 | 7/12/2022 | |
| 3.1.26 | 726,519 | 6/14/2022 | |
| 3.1.25 | 1,171,219 | 5/10/2022 | |
| 3.1.24 | 694,891 | 4/11/2022 | |
| 3.1.23 | 1,130,699 | 3/8/2022 | |
| 3.1.22 | 3,858,413 | 12/14/2021 | |
| 3.1.21 | 2,751,644 | 11/7/2021 | |
| 3.1.20 | 1,750,401 | 10/11/2021 | |
| 3.1.19 | 2,586,419 | 9/14/2021 | |
| 3.1.18 | 5,850,289 | 8/10/2021 | |
| 3.1.17 | 1,988,669 | 7/13/2021 | |
| 3.1.16 | 2,484,927 | 6/8/2021 | |
| 3.1.15 | 3,074,324 | 5/11/2021 | |
| 3.1.14 | 3,255,783 | 4/6/2021 | |
| 3.1.13 | 4,907,695 | 3/9/2021 | |
| 3.1.12 | 3,120,033 | 2/9/2021 | |
| 3.1.11 | 5,652,531 | 1/12/2021 | |
| 3.1.10 | 8,617,460 | 11/9/2020 | |
| 3.1.9 | 12,464,189 | 10/13/2020 | |
| 3.1.8 | 18,183,204 | 9/8/2020 | |
| 3.1.7 | 10,541,964 | 8/11/2020 | |
| 3.1.6 | 11,220,852 | 7/14/2020 | |
| 3.1.5 | 13,280,174 | 6/9/2020 | |
| 3.1.4 | 18,614,075 | 5/12/2020 | |
| 3.1.3 | 29,111,969 | 3/24/2020 | |
| 3.1.2 | 12,305,613 | 2/19/2020 | |
| 3.1.1 | 20,947,182 | 1/14/2020 | |
| 3.1.0 | 36,064,724 | 12/3/2019 | |
| 3.1.0-preview3.19554.8 | 171,551 | 11/13/2019 | |
| 3.1.0-preview2.19525.5 | 33,521 | 11/1/2019 | |
| 3.1.0-preview1.19506.2 | 788,832 | 10/15/2019 | |
| 3.0.3 | 203,295 | 2/19/2020 | |
| 3.0.2 | 87,228 | 1/14/2020 | |
| 3.0.1 | 1,453,345 | 11/18/2019 | |
| 3.0.0 | 19,838,744 | 9/23/2019 | |
| 3.0.0-rc1.19456.14 | 47,468 | 9/16/2019 | |
| 3.0.0-preview9.19423.6 | 1,401,922 | 9/4/2019 | |
| 3.0.0-preview8.19405.11 | 442,662 | 8/13/2019 | |
| 3.0.0-preview7.19362.6 | 98,015 | 7/23/2019 | |
| 3.0.0-preview6.19304.10 | 175,934 | 6/12/2019 | |
| 3.0.0-preview5.19227.1 | 718,622 | 5/6/2019 | |
| 3.0.0-preview4.19216.3 | 23,342 | 4/18/2019 | |
| 3.0.0-preview3.19153.1 | 210,381 | 3/6/2019 | |
| 3.0.0-preview.19074.3 | 32,926 | 1/29/2019 | |
| 3.0.0-preview.18572.1 | 49,298 | 12/3/2018 | |
| 2.3.0 | 53,502 | 1/14/2025 | |
| 2.2.6 | 32,874,035 | 7/9/2019 | |
| 2.2.4 | 20,038,361 | 4/9/2019 | |
| 2.2.3 | 5,458,580 | 3/11/2019 | |
| 2.2.2 | 6,591,315 | 2/12/2019 | |
| 2.2.1 | 7,029,863 | 1/8/2019 | |
| 2.2.0 | 22,930,385 | 12/3/2018 | |
| 2.2.0-preview3-35497 | 186,753 | 10/17/2018 | |
| 2.2.0-preview2-35157 | 156,556 | 9/12/2018 | |
| 2.2.0-preview1-35029 | 86,760 | 8/22/2018 | |
| 2.1.14 | 4,149,898 | 11/18/2019 | |
| 2.1.11 | 3,763,514 | 5/14/2019 | |
| 2.1.8 | 3,929,021 | 2/12/2019 | |
| 2.1.4 | 15,880,091 | 10/1/2018 | |
| 2.1.3 | 4,994,530 | 9/11/2018 | |
| 2.1.2 | 8,252,390 | 8/21/2018 | |
| 2.1.1 | 17,781,005 | 6/18/2018 | |
| 2.1.0 | 13,670,961 | 5/29/2018 | |
| 2.1.0-rc1-final | 230,605 | 5/6/2018 | |
| 2.1.0-preview2-final | 214,985 | 4/10/2018 | |
| 2.1.0-preview1-final | 327,277 | 2/26/2018 | |
| 2.0.3 | 5,572,545 | 5/7/2018 | |
| 2.0.2 | 6,898,303 | 3/13/2018 | |
| 2.0.1 | 12,950,106 | 11/14/2017 | |
| 2.0.0 | 28,625,659 | 8/11/2017 | |
| 2.0.0-preview2-final | 99,237 | 6/28/2017 | |
| 2.0.0-preview1-final | 1,154,830 | 5/10/2017 | |
| 1.1.6 | 6,344,596 | 7/10/2018 | |
| 1.1.5 | 1,284,287 | 12/12/2017 | |
| 1.1.4 | 237,763 | 11/14/2017 | |
| 1.1.3 | 317,773 | 9/20/2017 | |
| 1.1.2 | 5,309,936 | 5/9/2017 | |
| 1.1.1 | 3,430,135 | 3/6/2017 | |
| 1.1.0 | 8,259,539 | 11/16/2016 | |
| 1.1.0-preview1-final | 47,929 | 10/24/2016 | |
| 1.0.6 | 62,043 | 11/14/2017 | |
| 1.0.5 | 49,854 | 9/20/2017 | |
| 1.0.4 | 64,895 | 5/9/2017 | |
| 1.0.3 | 726,855 | 3/6/2017 | |
| 1.0.2 | 84,336 | 12/12/2016 | |
| 1.0.1 | 889,425 | 9/13/2016 | |
| 1.0.0 | 2,135,804 | 6/27/2016 | |
| 1.0.0-rc2-final | 148,644 | 5/16/2016 |