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 (662)
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.
|
|
|
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
|
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
|
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 | 68,286 | 10/14/2025 | |
| 10.0.0-rc.1.25451.107 | 108,776 | 9/9/2025 | |
| 10.0.0-preview.7.25380.108 | 49,993 | 8/12/2025 | |
| 10.0.0-preview.6.25358.103 | 17,097 | 7/15/2025 | |
| 10.0.0-preview.5.25277.114 | 56,111 | 6/6/2025 | |
| 10.0.0-preview.4.25258.110 | 28,923 | 5/12/2025 | |
| 10.0.0-preview.3.25171.6 | 21,840 | 4/10/2025 | |
| 10.0.0-preview.2.25163.8 | 73,911 | 3/18/2025 | |
| 10.0.0-preview.1.25081.1 | 12,940 | 2/25/2025 | |
| 9.0.10 | 2,301,760 | 10/14/2025 | |
| 9.0.9 | 5,378,974 | 9/9/2025 | |
| 9.0.8 | 6,087,976 | 8/5/2025 | |
| 9.0.7 | 5,191,404 | 7/8/2025 | |
| 9.0.6 | 6,009,153 | 6/10/2025 | |
| 9.0.5 | 7,753,647 | 5/13/2025 | |
| 9.0.4 | 9,551,055 | 4/8/2025 | |
| 9.0.3 | 8,754,437 | 3/11/2025 | |
| 9.0.2 | 9,564,898 | 2/11/2025 | |
| 9.0.1 | 23,035,364 | 1/14/2025 | |
| 9.0.0 | 26,282,045 | 11/12/2024 | |
| 9.0.0-rc.2.24474.1 | 242,111 | 10/8/2024 | |
| 9.0.0-rc.1.24451.1 | 152,714 | 9/10/2024 | |
| 9.0.0-preview.7.24405.3 | 108,293 | 8/13/2024 | |
| 9.0.0-preview.6.24327.4 | 225,302 | 7/9/2024 | |
| 9.0.0-preview.5.24306.3 | 69,831 | 6/11/2024 | |
| 9.0.0-preview.4.24267.1 | 73,115 | 5/21/2024 | |
| 9.0.0-preview.3.24172.4 | 188,840 | 4/11/2024 | |
| 9.0.0-preview.2.24128.4 | 87,858 | 3/12/2024 | |
| 9.0.0-preview.1.24081.2 | 143,989 | 2/13/2024 | |
| 8.0.21 | 563,519 | 10/14/2025 | |
| 8.0.20 | 1,395,049 | 9/9/2025 | |
| 8.0.19 | 2,517,200 | 8/5/2025 | |
| 8.0.18 | 1,684,479 | 7/8/2025 | |
| 8.0.17 | 3,240,491 | 6/10/2025 | |
| 8.0.16 | 3,015,234 | 5/13/2025 | |
| 8.0.15 | 4,304,441 | 4/8/2025 | |
| 8.0.14 | 5,433,057 | 3/11/2025 | |
| 8.0.13 | 7,705,838 | 2/11/2025 | |
| 8.0.12 | 6,482,173 | 1/14/2025 | |
| 8.0.11 | 28,560,503 | 11/12/2024 | |
| 8.0.10 | 28,711,444 | 10/8/2024 | |
| 8.0.8 | 33,454,105 | 8/13/2024 | |
| 8.0.7 | 20,009,509 | 7/9/2024 | |
| 8.0.6 | 22,345,204 | 5/28/2024 | |
| 8.0.5 | 9,315,338 | 5/14/2024 | |
| 8.0.4 | 36,419,766 | 4/9/2024 | |
| 8.0.3 | 14,306,494 | 3/12/2024 | |
| 8.0.2 | 30,014,326 | 2/13/2024 | |
| 8.0.1 | 18,438,428 | 1/9/2024 | |
| 8.0.0 | 62,049,799 | 11/14/2023 | |
| 8.0.0-rc.2.23480.1 | 583,209 | 10/10/2023 | |
| 8.0.0-rc.1.23419.6 | 162,663 | 9/12/2023 | |
| 8.0.0-preview.7.23375.4 | 131,711 | 8/8/2023 | |
| 8.0.0-preview.6.23329.4 | 240,464 | 7/11/2023 | |
| 8.0.0-preview.5.23280.1 | 213,798 | 6/13/2023 | |
| 8.0.0-preview.4.23259.3 | 148,438 | 5/16/2023 | |
| 8.0.0-preview.3.23174.2 | 313,040 | 4/11/2023 | |
| 8.0.0-preview.2.23128.3 | 203,321 | 3/14/2023 | |
| 8.0.0-preview.1.23111.4 | 142,994 | 2/21/2023 | |
| 7.0.20 | 5,225,982 | 5/28/2024 | |
| 7.0.19 | 625,442 | 5/14/2024 | |
| 7.0.18 | 2,902,127 | 4/9/2024 | |
| 7.0.17 | 1,803,665 | 3/12/2024 | |
| 7.0.16 | 2,318,034 | 2/13/2024 | |
| 7.0.15 | 3,624,222 | 1/9/2024 | |
| 7.0.14 | 6,726,276 | 11/14/2023 | |
| 7.0.13 | 7,794,295 | 10/24/2023 | |
| 7.0.12 | 4,752,796 | 10/10/2023 | |
| 7.0.11 | 15,344,992 | 9/12/2023 | |
| 7.0.10 | 10,568,482 | 8/8/2023 | |
| 7.0.9 | 9,967,465 | 7/11/2023 | |
| 7.0.8 | 5,997,486 | 6/22/2023 | |
| 7.0.7 | 4,096,558 | 6/13/2023 | |
| 7.0.5 | 28,172,005 | 4/11/2023 | |
| 7.0.4 | 9,963,347 | 3/14/2023 | |
| 7.0.3 | 14,814,466 | 2/14/2023 | |
| 7.0.2 | 20,505,213 | 1/10/2023 | |
| 7.0.1 | 10,950,968 | 12/13/2022 | |
| 7.0.0 | 36,406,524 | 11/7/2022 | |
| 7.0.0-rc.2.22472.11 | 233,359 | 10/11/2022 | |
| 7.0.0-rc.1.22426.7 | 223,107 | 9/14/2022 | |
| 7.0.0-preview.7.22376.2 | 105,274 | 8/9/2022 | |
| 7.0.0-preview.6.22329.4 | 80,007 | 7/12/2022 | |
| 7.0.0-preview.5.22302.2 | 66,835 | 6/14/2022 | |
| 7.0.0-preview.4.22229.2 | 92,849 | 5/10/2022 | |
| 7.0.0-preview.3.22175.1 | 79,916 | 4/13/2022 | |
| 7.0.0-preview.2.22153.1 | 87,326 | 3/14/2022 | |
| 7.0.0-preview.1.22076.6 | 60,035 | 2/17/2022 | |
| 6.0.36 | 2,854,492 | 11/12/2024 | |
| 6.0.35 | 933,289 | 10/8/2024 | |
| 6.0.33 | 2,358,574 | 8/13/2024 | |
| 6.0.32 | 964,294 | 7/9/2024 | |
| 6.0.31 | 1,299,195 | 5/28/2024 | |
| 6.0.30 | 733,308 | 5/14/2024 | |
| 6.0.29 | 3,353,058 | 4/9/2024 | |
| 6.0.28 | 1,903,441 | 3/12/2024 | |
| 6.0.27 | 2,147,927 | 2/13/2024 | |
| 6.0.26 | 2,968,323 | 1/9/2024 | |
| 6.0.25 | 4,060,940 | 11/14/2023 | |
| 6.0.24 | 2,051,277 | 10/24/2023 | |
| 6.0.23 | 1,340,909 | 10/10/2023 | |
| 6.0.22 | 3,658,363 | 9/12/2023 | |
| 6.0.21 | 3,896,028 | 8/8/2023 | |
| 6.0.20 | 3,132,497 | 7/11/2023 | |
| 6.0.19 | 2,641,991 | 6/22/2023 | |
| 6.0.18 | 1,376,628 | 6/13/2023 | |
| 6.0.16 | 8,138,296 | 4/11/2023 | |
| 6.0.15 | 4,486,040 | 3/14/2023 | |
| 6.0.14 | 5,588,540 | 2/14/2023 | |
| 6.0.13 | 7,377,502 | 1/10/2023 | |
| 6.0.12 | 11,602,114 | 12/13/2022 | |
| 6.0.11 | 10,494,262 | 11/7/2022 | |
| 6.0.10 | 18,444,091 | 10/11/2022 | |
| 6.0.9 | 16,129,071 | 9/13/2022 | |
| 6.0.8 | 19,471,794 | 8/9/2022 | |
| 6.0.7 | 52,706,523 | 7/12/2022 | |
| 6.0.6 | 15,757,663 | 6/14/2022 | |
| 6.0.5 | 23,889,644 | 5/10/2022 | |
| 6.0.4 | 18,750,079 | 4/11/2022 | |
| 6.0.3 | 27,114,305 | 3/8/2022 | |
| 6.0.2 | 20,732,905 | 2/8/2022 | |
| 6.0.1 | 35,048,459 | 12/14/2021 | |
| 6.0.0 | 78,558,423 | 11/8/2021 | |
| 6.0.0-rc.2.21480.5 | 337,630 | 10/12/2021 | |
| 6.0.0-rc.1.21452.10 | 275,539 | 9/14/2021 | |
| 6.0.0-preview.7.21378.4 | 103,381 | 8/10/2021 | |
| 6.0.0-preview.6.21352.1 | 45,381 | 7/14/2021 | |
| 6.0.0-preview.5.21301.9 | 194,431 | 6/15/2021 | |
| 6.0.0-preview.4.21253.1 | 79,986 | 5/24/2021 | |
| 6.0.0-preview.3.21201.2 | 103,660 | 4/8/2021 | |
| 6.0.0-preview.2.21154.2 | 75,337 | 3/11/2021 | |
| 6.0.0-preview.1.21102.2 | 98,955 | 2/12/2021 | |
| 5.0.17 | 8,546,662 | 5/10/2022 | |
| 5.0.16 | 1,569,604 | 4/11/2022 | |
| 5.0.15 | 2,434,335 | 3/8/2022 | |
| 5.0.14 | 2,443,733 | 2/8/2022 | |
| 5.0.13 | 4,680,826 | 12/14/2021 | |
| 5.0.12 | 5,031,523 | 11/7/2021 | |
| 5.0.11 | 8,755,573 | 10/12/2021 | |
| 5.0.10 | 14,176,060 | 9/14/2021 | |
| 5.0.9 | 10,790,626 | 8/10/2021 | |
| 5.0.8 | 10,193,533 | 7/13/2021 | |
| 5.0.7 | 15,234,540 | 6/8/2021 | |
| 5.0.6 | 8,540,667 | 5/11/2021 | |
| 5.0.5 | 11,965,735 | 4/6/2021 | |
| 5.0.4 | 8,678,324 | 3/9/2021 | |
| 5.0.3 | 8,307,516 | 2/9/2021 | |
| 5.0.2 | 10,805,872 | 1/12/2021 | |
| 5.0.1 | 16,733,025 | 12/8/2020 | |
| 5.0.0 | 28,739,300 | 11/9/2020 | |
| 5.0.0-rc.2.20475.6 | 391,795 | 10/13/2020 | |
| 5.0.0-rc.1.20451.13 | 323,954 | 9/14/2020 | |
| 5.0.0-preview.8.20407.4 | 210,407 | 8/25/2020 | |
| 5.0.0-preview.7.20365.15 | 119,651 | 7/21/2020 | |
| 5.0.0-preview.6.20312.4 | 64,875 | 6/25/2020 | |
| 5.0.0-preview.5.20278.2 | 51,550 | 6/10/2020 | |
| 5.0.0-preview.4.20220.10 | 74,884 | 5/18/2020 | |
| 5.0.0-preview.3.20181.2 | 95,626 | 4/23/2020 | |
| 5.0.0-preview.2.20159.4 | 63,137 | 4/2/2020 | |
| 5.0.0-preview.2.20120.8 | 46,520 | 3/16/2020 | |
| 3.1.32 | 7,978,551 | 12/13/2022 | |
| 3.1.31 | 1,721,051 | 11/8/2022 | |
| 3.1.30 | 866,301 | 10/11/2022 | |
| 3.1.29 | 1,522,271 | 9/13/2022 | |
| 3.1.28 | 963,830 | 8/9/2022 | |
| 3.1.27 | 837,514 | 7/12/2022 | |
| 3.1.26 | 728,770 | 6/14/2022 | |
| 3.1.25 | 1,175,356 | 5/10/2022 | |
| 3.1.24 | 696,578 | 4/11/2022 | |
| 3.1.23 | 1,132,906 | 3/8/2022 | |
| 3.1.22 | 3,882,465 | 12/14/2021 | |
| 3.1.21 | 2,756,762 | 11/7/2021 | |
| 3.1.20 | 1,757,937 | 10/11/2021 | |
| 3.1.19 | 2,591,437 | 9/14/2021 | |
| 3.1.18 | 5,886,784 | 8/10/2021 | |
| 3.1.17 | 1,993,496 | 7/13/2021 | |
| 3.1.16 | 2,489,348 | 6/8/2021 | |
| 3.1.15 | 3,086,512 | 5/11/2021 | |
| 3.1.14 | 3,263,294 | 4/6/2021 | |
| 3.1.13 | 4,923,530 | 3/9/2021 | |
| 3.1.12 | 3,125,459 | 2/9/2021 | |
| 3.1.11 | 5,662,032 | 1/12/2021 | |
| 3.1.10 | 8,630,123 | 11/9/2020 | |
| 3.1.9 | 12,484,311 | 10/13/2020 | |
| 3.1.8 | 18,205,675 | 9/8/2020 | |
| 3.1.7 | 10,567,765 | 8/11/2020 | |
| 3.1.6 | 11,237,003 | 7/14/2020 | |
| 3.1.5 | 13,296,945 | 6/9/2020 | |
| 3.1.4 | 18,651,450 | 5/12/2020 | |
| 3.1.3 | 29,164,613 | 3/24/2020 | |
| 3.1.2 | 12,322,641 | 2/19/2020 | |
| 3.1.1 | 20,991,529 | 1/14/2020 | |
| 3.1.0 | 36,157,126 | 12/3/2019 | |
| 3.1.0-preview3.19554.8 | 172,077 | 11/13/2019 | |
| 3.1.0-preview2.19525.5 | 33,559 | 11/1/2019 | |
| 3.1.0-preview1.19506.2 | 790,559 | 10/15/2019 | |
| 3.0.3 | 203,639 | 2/19/2020 | |
| 3.0.2 | 87,311 | 1/14/2020 | |
| 3.0.1 | 1,455,228 | 11/18/2019 | |
| 3.0.0 | 19,876,297 | 9/23/2019 | |
| 3.0.0-rc1.19456.14 | 47,494 | 9/16/2019 | |
| 3.0.0-preview9.19423.6 | 1,402,815 | 9/4/2019 | |
| 3.0.0-preview8.19405.11 | 443,998 | 8/13/2019 | |
| 3.0.0-preview7.19362.6 | 98,532 | 7/23/2019 | |
| 3.0.0-preview6.19304.10 | 176,580 | 6/12/2019 | |
| 3.0.0-preview5.19227.1 | 722,489 | 5/6/2019 | |
| 3.0.0-preview4.19216.3 | 23,365 | 4/18/2019 | |
| 3.0.0-preview3.19153.1 | 211,057 | 3/6/2019 | |
| 3.0.0-preview.19074.3 | 32,994 | 1/29/2019 | |
| 3.0.0-preview.18572.1 | 49,316 | 12/3/2018 | |
| 2.3.0 | 57,076 | 1/14/2025 | |
| 2.2.6 | 32,934,437 | 7/9/2019 | |
| 2.2.4 | 20,073,074 | 4/9/2019 | |
| 2.2.3 | 5,463,954 | 3/11/2019 | |
| 2.2.2 | 6,602,441 | 2/12/2019 | |
| 2.2.1 | 7,037,344 | 1/8/2019 | |
| 2.2.0 | 23,015,390 | 12/3/2018 | |
| 2.2.0-preview3-35497 | 186,887 | 10/17/2018 | |
| 2.2.0-preview2-35157 | 157,134 | 9/12/2018 | |
| 2.2.0-preview1-35029 | 86,801 | 8/22/2018 | |
| 2.1.14 | 4,158,690 | 11/18/2019 | |
| 2.1.11 | 3,766,857 | 5/14/2019 | |
| 2.1.8 | 3,938,493 | 2/12/2019 | |
| 2.1.4 | 15,900,227 | 10/1/2018 | |
| 2.1.3 | 4,999,756 | 9/11/2018 | |
| 2.1.2 | 8,261,082 | 8/21/2018 | |
| 2.1.1 | 17,866,432 | 6/18/2018 | |
| 2.1.0 | 13,693,199 | 5/29/2018 | |
| 2.1.0-rc1-final | 231,870 | 5/6/2018 | |
| 2.1.0-preview2-final | 217,635 | 4/10/2018 | |
| 2.1.0-preview1-final | 328,854 | 2/26/2018 | |
| 2.0.3 | 5,587,098 | 5/7/2018 | |
| 2.0.2 | 6,912,652 | 3/13/2018 | |
| 2.0.1 | 12,973,805 | 11/14/2017 | |
| 2.0.0 | 28,703,588 | 8/11/2017 | |
| 2.0.0-preview2-final | 99,427 | 6/28/2017 | |
| 2.0.0-preview1-final | 1,156,872 | 5/10/2017 | |
| 1.1.6 | 6,372,964 | 7/10/2018 | |
| 1.1.5 | 1,287,586 | 12/12/2017 | |
| 1.1.4 | 238,110 | 11/14/2017 | |
| 1.1.3 | 318,069 | 9/20/2017 | |
| 1.1.2 | 5,325,122 | 5/9/2017 | |
| 1.1.1 | 3,443,108 | 3/6/2017 | |
| 1.1.0 | 8,305,661 | 11/16/2016 | |
| 1.1.0-preview1-final | 48,045 | 10/24/2016 | |
| 1.0.6 | 62,196 | 11/14/2017 | |
| 1.0.5 | 49,929 | 9/20/2017 | |
| 1.0.4 | 65,035 | 5/9/2017 | |
| 1.0.3 | 730,651 | 3/6/2017 | |
| 1.0.2 | 84,372 | 12/12/2016 | |
| 1.0.1 | 894,704 | 9/13/2016 | |
| 1.0.0 | 2,153,313 | 6/27/2016 | |
| 1.0.0-rc2-final | 148,954 | 5/16/2016 |