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 (661)
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 | 59,981 | 10/14/2025 | |
| 10.0.0-rc.1.25451.107 | 106,928 | 9/9/2025 | |
| 10.0.0-preview.7.25380.108 | 49,028 | 8/12/2025 | |
| 10.0.0-preview.6.25358.103 | 17,070 | 7/15/2025 | |
| 10.0.0-preview.5.25277.114 | 55,661 | 6/6/2025 | |
| 10.0.0-preview.4.25258.110 | 28,868 | 5/12/2025 | |
| 10.0.0-preview.3.25171.6 | 21,805 | 4/10/2025 | |
| 10.0.0-preview.2.25163.8 | 73,239 | 3/18/2025 | |
| 10.0.0-preview.1.25081.1 | 12,926 | 2/25/2025 | |
| 9.0.10 | 2,045,778 | 10/14/2025 | |
| 9.0.9 | 5,233,336 | 9/9/2025 | |
| 9.0.8 | 6,001,497 | 8/5/2025 | |
| 9.0.7 | 5,129,529 | 7/8/2025 | |
| 9.0.6 | 5,952,587 | 6/10/2025 | |
| 9.0.5 | 7,685,930 | 5/13/2025 | |
| 9.0.4 | 9,483,660 | 4/8/2025 | |
| 9.0.3 | 8,714,012 | 3/11/2025 | |
| 9.0.2 | 9,512,227 | 2/11/2025 | |
| 9.0.1 | 22,782,092 | 1/14/2025 | |
| 9.0.0 | 26,072,261 | 11/12/2024 | |
| 9.0.0-rc.2.24474.1 | 241,613 | 10/8/2024 | |
| 9.0.0-rc.1.24451.1 | 152,447 | 9/10/2024 | |
| 9.0.0-preview.7.24405.3 | 108,084 | 8/13/2024 | |
| 9.0.0-preview.6.24327.4 | 224,503 | 7/9/2024 | |
| 9.0.0-preview.5.24306.3 | 69,687 | 6/11/2024 | |
| 9.0.0-preview.4.24267.1 | 73,024 | 5/21/2024 | |
| 9.0.0-preview.3.24172.4 | 188,717 | 4/11/2024 | |
| 9.0.0-preview.2.24128.4 | 87,596 | 3/12/2024 | |
| 9.0.0-preview.1.24081.2 | 143,772 | 2/13/2024 | |
| 8.0.21 | 499,587 | 10/14/2025 | |
| 8.0.20 | 1,354,777 | 9/9/2025 | |
| 8.0.19 | 2,470,652 | 8/5/2025 | |
| 8.0.18 | 1,656,672 | 7/8/2025 | |
| 8.0.17 | 3,210,387 | 6/10/2025 | |
| 8.0.16 | 2,985,521 | 5/13/2025 | |
| 8.0.15 | 4,269,701 | 4/8/2025 | |
| 8.0.14 | 5,377,368 | 3/11/2025 | |
| 8.0.13 | 7,634,890 | 2/11/2025 | |
| 8.0.12 | 6,442,639 | 1/14/2025 | |
| 8.0.11 | 28,345,410 | 11/12/2024 | |
| 8.0.10 | 28,584,548 | 10/8/2024 | |
| 8.0.8 | 33,327,384 | 8/13/2024 | |
| 8.0.7 | 19,945,112 | 7/9/2024 | |
| 8.0.6 | 22,272,224 | 5/28/2024 | |
| 8.0.5 | 9,291,603 | 5/14/2024 | |
| 8.0.4 | 36,295,067 | 4/9/2024 | |
| 8.0.3 | 14,272,357 | 3/12/2024 | |
| 8.0.2 | 29,924,451 | 2/13/2024 | |
| 8.0.1 | 18,386,756 | 1/9/2024 | |
| 8.0.0 | 61,772,741 | 11/14/2023 | |
| 8.0.0-rc.2.23480.1 | 582,524 | 10/10/2023 | |
| 8.0.0-rc.1.23419.6 | 162,538 | 9/12/2023 | |
| 8.0.0-preview.7.23375.4 | 131,526 | 8/8/2023 | |
| 8.0.0-preview.6.23329.4 | 240,050 | 7/11/2023 | |
| 8.0.0-preview.5.23280.1 | 213,619 | 6/13/2023 | |
| 8.0.0-preview.4.23259.3 | 148,308 | 5/16/2023 | |
| 8.0.0-preview.3.23174.2 | 311,800 | 4/11/2023 | |
| 8.0.0-preview.2.23128.3 | 203,260 | 3/14/2023 | |
| 8.0.0-preview.1.23111.4 | 142,944 | 2/21/2023 | |
| 7.0.20 | 5,204,115 | 5/28/2024 | |
| 7.0.19 | 624,151 | 5/14/2024 | |
| 7.0.18 | 2,894,568 | 4/9/2024 | |
| 7.0.17 | 1,801,791 | 3/12/2024 | |
| 7.0.16 | 2,315,589 | 2/13/2024 | |
| 7.0.15 | 3,620,040 | 1/9/2024 | |
| 7.0.14 | 6,720,416 | 11/14/2023 | |
| 7.0.13 | 7,782,490 | 10/24/2023 | |
| 7.0.12 | 4,749,238 | 10/10/2023 | |
| 7.0.11 | 15,327,783 | 9/12/2023 | |
| 7.0.10 | 10,556,393 | 8/8/2023 | |
| 7.0.9 | 9,958,104 | 7/11/2023 | |
| 7.0.8 | 5,992,905 | 6/22/2023 | |
| 7.0.7 | 4,093,374 | 6/13/2023 | |
| 7.0.5 | 28,144,023 | 4/11/2023 | |
| 7.0.4 | 9,957,469 | 3/14/2023 | |
| 7.0.3 | 14,804,152 | 2/14/2023 | |
| 7.0.2 | 20,486,854 | 1/10/2023 | |
| 7.0.1 | 10,940,778 | 12/13/2022 | |
| 7.0.0 | 36,325,285 | 11/7/2022 | |
| 7.0.0-rc.2.22472.11 | 233,269 | 10/11/2022 | |
| 7.0.0-rc.1.22426.7 | 223,075 | 9/14/2022 | |
| 7.0.0-preview.7.22376.2 | 105,212 | 8/9/2022 | |
| 7.0.0-preview.6.22329.4 | 79,971 | 7/12/2022 | |
| 7.0.0-preview.5.22302.2 | 66,803 | 6/14/2022 | |
| 7.0.0-preview.4.22229.2 | 92,821 | 5/10/2022 | |
| 7.0.0-preview.3.22175.1 | 79,908 | 4/13/2022 | |
| 7.0.0-preview.2.22153.1 | 87,312 | 3/14/2022 | |
| 7.0.0-preview.1.22076.6 | 60,021 | 2/17/2022 | |
| 6.0.36 | 2,828,225 | 11/12/2024 | |
| 6.0.35 | 929,916 | 10/8/2024 | |
| 6.0.33 | 2,351,968 | 8/13/2024 | |
| 6.0.32 | 962,524 | 7/9/2024 | |
| 6.0.31 | 1,296,945 | 5/28/2024 | |
| 6.0.30 | 732,145 | 5/14/2024 | |
| 6.0.29 | 3,343,619 | 4/9/2024 | |
| 6.0.28 | 1,899,675 | 3/12/2024 | |
| 6.0.27 | 2,144,403 | 2/13/2024 | |
| 6.0.26 | 2,964,296 | 1/9/2024 | |
| 6.0.25 | 4,055,697 | 11/14/2023 | |
| 6.0.24 | 2,050,042 | 10/24/2023 | |
| 6.0.23 | 1,339,466 | 10/10/2023 | |
| 6.0.22 | 3,654,652 | 9/12/2023 | |
| 6.0.21 | 3,892,760 | 8/8/2023 | |
| 6.0.20 | 3,129,622 | 7/11/2023 | |
| 6.0.19 | 2,639,469 | 6/22/2023 | |
| 6.0.18 | 1,375,593 | 6/13/2023 | |
| 6.0.16 | 8,127,589 | 4/11/2023 | |
| 6.0.15 | 4,483,084 | 3/14/2023 | |
| 6.0.14 | 5,585,338 | 2/14/2023 | |
| 6.0.13 | 7,372,988 | 1/10/2023 | |
| 6.0.12 | 11,593,724 | 12/13/2022 | |
| 6.0.11 | 10,488,538 | 11/7/2022 | |
| 6.0.10 | 18,433,839 | 10/11/2022 | |
| 6.0.9 | 16,119,568 | 9/13/2022 | |
| 6.0.8 | 19,460,873 | 8/9/2022 | |
| 6.0.7 | 52,672,874 | 7/12/2022 | |
| 6.0.6 | 15,747,056 | 6/14/2022 | |
| 6.0.5 | 23,874,845 | 5/10/2022 | |
| 6.0.4 | 18,740,713 | 4/11/2022 | |
| 6.0.3 | 27,091,912 | 3/8/2022 | |
| 6.0.2 | 20,722,131 | 2/8/2022 | |
| 6.0.1 | 35,024,964 | 12/14/2021 | |
| 6.0.0 | 78,428,086 | 11/8/2021 | |
| 6.0.0-rc.2.21480.5 | 337,559 | 10/12/2021 | |
| 6.0.0-rc.1.21452.10 | 275,479 | 9/14/2021 | |
| 6.0.0-preview.7.21378.4 | 103,349 | 8/10/2021 | |
| 6.0.0-preview.6.21352.1 | 45,376 | 7/14/2021 | |
| 6.0.0-preview.5.21301.9 | 194,374 | 6/15/2021 | |
| 6.0.0-preview.4.21253.1 | 79,983 | 5/24/2021 | |
| 6.0.0-preview.3.21201.2 | 103,648 | 4/8/2021 | |
| 6.0.0-preview.2.21154.2 | 75,335 | 3/11/2021 | |
| 6.0.0-preview.1.21102.2 | 98,942 | 2/12/2021 | |
| 5.0.17 | 8,538,552 | 5/10/2022 | |
| 5.0.16 | 1,568,995 | 4/11/2022 | |
| 5.0.15 | 2,433,529 | 3/8/2022 | |
| 5.0.14 | 2,443,068 | 2/8/2022 | |
| 5.0.13 | 4,678,592 | 12/14/2021 | |
| 5.0.12 | 5,029,964 | 11/7/2021 | |
| 5.0.11 | 8,752,298 | 10/12/2021 | |
| 5.0.10 | 14,169,533 | 9/14/2021 | |
| 5.0.9 | 10,786,615 | 8/10/2021 | |
| 5.0.8 | 10,188,256 | 7/13/2021 | |
| 5.0.7 | 15,226,450 | 6/8/2021 | |
| 5.0.6 | 8,537,996 | 5/11/2021 | |
| 5.0.5 | 11,961,384 | 4/6/2021 | |
| 5.0.4 | 8,675,590 | 3/9/2021 | |
| 5.0.3 | 8,306,229 | 2/9/2021 | |
| 5.0.2 | 10,804,392 | 1/12/2021 | |
| 5.0.1 | 16,725,217 | 12/8/2020 | |
| 5.0.0 | 28,720,542 | 11/9/2020 | |
| 5.0.0-rc.2.20475.6 | 391,747 | 10/13/2020 | |
| 5.0.0-rc.1.20451.13 | 323,933 | 9/14/2020 | |
| 5.0.0-preview.8.20407.4 | 210,371 | 8/25/2020 | |
| 5.0.0-preview.7.20365.15 | 119,632 | 7/21/2020 | |
| 5.0.0-preview.6.20312.4 | 64,868 | 6/25/2020 | |
| 5.0.0-preview.5.20278.2 | 51,543 | 6/10/2020 | |
| 5.0.0-preview.4.20220.10 | 74,870 | 5/18/2020 | |
| 5.0.0-preview.3.20181.2 | 95,624 | 4/23/2020 | |
| 5.0.0-preview.2.20159.4 | 63,131 | 4/2/2020 | |
| 5.0.0-preview.2.20120.8 | 46,518 | 3/16/2020 | |
| 3.1.32 | 7,947,277 | 12/13/2022 | |
| 3.1.31 | 1,713,266 | 11/8/2022 | |
| 3.1.30 | 865,293 | 10/11/2022 | |
| 3.1.29 | 1,520,447 | 9/13/2022 | |
| 3.1.28 | 962,742 | 8/9/2022 | |
| 3.1.27 | 835,422 | 7/12/2022 | |
| 3.1.26 | 728,360 | 6/14/2022 | |
| 3.1.25 | 1,174,702 | 5/10/2022 | |
| 3.1.24 | 696,201 | 4/11/2022 | |
| 3.1.23 | 1,132,502 | 3/8/2022 | |
| 3.1.22 | 3,878,094 | 12/14/2021 | |
| 3.1.21 | 2,755,829 | 11/7/2021 | |
| 3.1.20 | 1,756,493 | 10/11/2021 | |
| 3.1.19 | 2,590,228 | 9/14/2021 | |
| 3.1.18 | 5,879,526 | 8/10/2021 | |
| 3.1.17 | 1,992,518 | 7/13/2021 | |
| 3.1.16 | 2,488,500 | 6/8/2021 | |
| 3.1.15 | 3,084,394 | 5/11/2021 | |
| 3.1.14 | 3,261,673 | 4/6/2021 | |
| 3.1.13 | 4,920,561 | 3/9/2021 | |
| 3.1.12 | 3,124,375 | 2/9/2021 | |
| 3.1.11 | 5,660,002 | 1/12/2021 | |
| 3.1.10 | 8,627,985 | 11/9/2020 | |
| 3.1.9 | 12,480,946 | 10/13/2020 | |
| 3.1.8 | 18,202,695 | 9/8/2020 | |
| 3.1.7 | 10,562,925 | 8/11/2020 | |
| 3.1.6 | 11,234,522 | 7/14/2020 | |
| 3.1.5 | 13,293,961 | 6/9/2020 | |
| 3.1.4 | 18,646,587 | 5/12/2020 | |
| 3.1.3 | 29,154,745 | 3/24/2020 | |
| 3.1.2 | 12,319,536 | 2/19/2020 | |
| 3.1.1 | 20,982,596 | 1/14/2020 | |
| 3.1.0 | 36,142,093 | 12/3/2019 | |
| 3.1.0-preview3.19554.8 | 172,066 | 11/13/2019 | |
| 3.1.0-preview2.19525.5 | 33,555 | 11/1/2019 | |
| 3.1.0-preview1.19506.2 | 790,221 | 10/15/2019 | |
| 3.0.3 | 203,579 | 2/19/2020 | |
| 3.0.2 | 87,308 | 1/14/2020 | |
| 3.0.1 | 1,454,936 | 11/18/2019 | |
| 3.0.0 | 19,869,256 | 9/23/2019 | |
| 3.0.0-rc1.19456.14 | 47,492 | 9/16/2019 | |
| 3.0.0-preview9.19423.6 | 1,402,708 | 9/4/2019 | |
| 3.0.0-preview8.19405.11 | 443,994 | 8/13/2019 | |
| 3.0.0-preview7.19362.6 | 98,496 | 7/23/2019 | |
| 3.0.0-preview6.19304.10 | 176,577 | 6/12/2019 | |
| 3.0.0-preview5.19227.1 | 722,472 | 5/6/2019 | |
| 3.0.0-preview4.19216.3 | 23,360 | 4/18/2019 | |
| 3.0.0-preview3.19153.1 | 211,052 | 3/6/2019 | |
| 3.0.0-preview.19074.3 | 32,982 | 1/29/2019 | |
| 3.0.0-preview.18572.1 | 49,313 | 12/3/2018 | |
| 2.3.0 | 56,542 | 1/14/2025 | |
| 2.2.6 | 32,923,275 | 7/9/2019 | |
| 2.2.4 | 20,068,808 | 4/9/2019 | |
| 2.2.3 | 5,463,248 | 3/11/2019 | |
| 2.2.2 | 6,601,022 | 2/12/2019 | |
| 2.2.1 | 7,036,507 | 1/8/2019 | |
| 2.2.0 | 23,000,724 | 12/3/2018 | |
| 2.2.0-preview3-35497 | 186,871 | 10/17/2018 | |
| 2.2.0-preview2-35157 | 157,024 | 9/12/2018 | |
| 2.2.0-preview1-35029 | 86,797 | 8/22/2018 | |
| 2.1.14 | 4,156,725 | 11/18/2019 | |
| 2.1.11 | 3,766,105 | 5/14/2019 | |
| 2.1.8 | 3,936,290 | 2/12/2019 | |
| 2.1.4 | 15,897,957 | 10/1/2018 | |
| 2.1.3 | 4,999,057 | 9/11/2018 | |
| 2.1.2 | 8,259,815 | 8/21/2018 | |
| 2.1.1 | 17,849,854 | 6/18/2018 | |
| 2.1.0 | 13,689,505 | 5/29/2018 | |
| 2.1.0-rc1-final | 231,859 | 5/6/2018 | |
| 2.1.0-preview2-final | 217,631 | 4/10/2018 | |
| 2.1.0-preview1-final | 328,841 | 2/26/2018 | |
| 2.0.3 | 5,584,744 | 5/7/2018 | |
| 2.0.2 | 6,910,773 | 3/13/2018 | |
| 2.0.1 | 12,970,728 | 11/14/2017 | |
| 2.0.0 | 28,689,548 | 8/11/2017 | |
| 2.0.0-preview2-final | 99,402 | 6/28/2017 | |
| 2.0.0-preview1-final | 1,156,500 | 5/10/2017 | |
| 1.1.6 | 6,368,091 | 7/10/2018 | |
| 1.1.5 | 1,287,424 | 12/12/2017 | |
| 1.1.4 | 238,060 | 11/14/2017 | |
| 1.1.3 | 318,026 | 9/20/2017 | |
| 1.1.2 | 5,322,431 | 5/9/2017 | |
| 1.1.1 | 3,441,151 | 3/6/2017 | |
| 1.1.0 | 8,297,030 | 11/16/2016 | |
| 1.1.0-preview1-final | 48,034 | 10/24/2016 | |
| 1.0.6 | 62,190 | 11/14/2017 | |
| 1.0.5 | 49,914 | 9/20/2017 | |
| 1.0.4 | 65,012 | 5/9/2017 | |
| 1.0.3 | 730,001 | 3/6/2017 | |
| 1.0.2 | 84,372 | 12/12/2016 | |
| 1.0.1 | 893,604 | 9/13/2016 | |
| 1.0.0 | 2,149,831 | 6/27/2016 | |
| 1.0.0-rc2-final | 148,870 | 5/16/2016 |