Microsoft.Extensions.Hosting
9.0.0-rc.1.24431.7
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Extensions.Hosting --version 9.0.0-rc.1.24431.7
NuGet\Install-Package Microsoft.Extensions.Hosting -Version 9.0.0-rc.1.24431.7
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0-rc.1.24431.7" />
paket add Microsoft.Extensions.Hosting --version 9.0.0-rc.1.24431.7
#r "nuget: Microsoft.Extensions.Hosting, 9.0.0-rc.1.24431.7"
// Install Microsoft.Extensions.Hosting as a Cake Addin #addin nuget:?package=Microsoft.Extensions.Hosting&version=9.0.0-rc.1.24431.7&prerelease // Install Microsoft.Extensions.Hosting as a Cake Tool #tool nuget:?package=Microsoft.Extensions.Hosting&version=9.0.0-rc.1.24431.7&prerelease
About
Contains the .NET Generic Host HostBuilder
which layers on the Microsoft.Extensions.Hosting.Abstractions
package.
Key Features
- Contains the .NET Generic Host
HostBuilder
.
How to Use
For a console app project:
using (IHost host = new HostBuilder().Build())
{
var lifetime = host.Services.GetRequiredService<IHostApplicationLifetime>();
lifetime.ApplicationStarted.Register(() =>
{
Console.WriteLine("Started");
});
lifetime.ApplicationStopping.Register(() =>
{
Console.WriteLine("Stopping firing");
Console.WriteLine("Stopping end");
});
lifetime.ApplicationStopped.Register(() =>
{
Console.WriteLine("Stopped firing");
Console.WriteLine("Stopped end");
});
host.Start();
// Listens for Ctrl+C.
host.WaitForShutdown();
}
Main Types
The main types provided by this library are:
Microsoft.Extensions.Host
.Microsoft.Extensions.Hosting.HostApplicationBuilder
Microsoft.Extensions.Hosting.HostBuilder
Microsoft.Extensions.Hosting.IHostedService
Microsoft.Extensions.Hosting.IHostedLifecycleService
Additional Documentation
- Generic host
- API documentation
Related Packages
Microsoft.Extensions.Configuration
Microsoft.Extensions.DependencyInjection
Microsoft.Extensions.Hosting.Abstractions
Microsoft.Extensions.Logging
Microsoft.Extensions.Options
Feedback & Contributing
Microsoft.Extensions.Hosting is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
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 is compatible. 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 is compatible. |
.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 is compatible. |
.NET Framework | net461 was computed. net462 is compatible. 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. |
-
.NETFramework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.CommandLine (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.FileExtensions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.Json (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.UserSecrets (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.DependencyInjection (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Diagnostics (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.FileProviders.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.FileProviders.Physical (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Configuration (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Console (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Debug (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.EventLog (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.EventSource (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Options (>= 9.0.0-rc.1.24431.7)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.CommandLine (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.FileExtensions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.Json (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.UserSecrets (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.DependencyInjection (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Diagnostics (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.FileProviders.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.FileProviders.Physical (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Configuration (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Console (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Debug (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.EventLog (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.EventSource (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Options (>= 9.0.0-rc.1.24431.7)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.1
- Microsoft.Extensions.Configuration (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.CommandLine (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.FileExtensions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.Json (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.UserSecrets (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.DependencyInjection (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Diagnostics (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.FileProviders.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.FileProviders.Physical (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Configuration (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Console (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Debug (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.EventLog (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.EventSource (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Options (>= 9.0.0-rc.1.24431.7)
-
net8.0
- Microsoft.Extensions.Configuration (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.CommandLine (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.FileExtensions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.Json (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.UserSecrets (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.DependencyInjection (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Diagnostics (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.FileProviders.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.FileProviders.Physical (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Configuration (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Console (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Debug (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.EventLog (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.EventSource (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Options (>= 9.0.0-rc.1.24431.7)
-
net9.0
- Microsoft.Extensions.Configuration (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.CommandLine (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.FileExtensions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.Json (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Configuration.UserSecrets (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.DependencyInjection (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Diagnostics (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.FileProviders.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.FileProviders.Physical (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Configuration (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Console (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.Debug (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.EventLog (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Logging.EventSource (>= 9.0.0-rc.1.24431.7)
- Microsoft.Extensions.Options (>= 9.0.0-rc.1.24431.7)
NuGet packages (2.3K)
Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Hosting:
Package | Downloads |
---|---|
Microsoft.Azure.WebJobs
This package contains the runtime host components of the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708. |
|
Microsoft.AspNetCore.Mvc.Testing
Support for writing functional tests for MVC applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c70204ae3c91d2b48fa6d9b92b62265f368421b4 |
|
Microsoft.Identity.Web
This package enables ASP.NET Core web apps and web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). This package is specifically used for web applications, which sign-in users, and protected web APIs, which optionally call downstream web APIs. |
|
Microsoft.Azure.Functions.Worker.Core
This library provides the core functionality to build an Azure Functions .NET Worker, adding support for the isolated, out-of-process execution model. |
|
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services. |
GitHub repositories (494)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Extensions.Hosting:
Repository | Stars |
---|---|
microsoft/PowerToys
Windows system utilities to maximize productivity
|
|
files-community/Files
A modern file manager that helps users organize their files and folders.
|
|
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
|
|
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
|
|
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.
|
Version | Downloads | Last updated | |
---|---|---|---|
9.0.0-rc.2.24473.5 | 42,517 | 10/8/2024 | |
9.0.0-rc.1.24431.7 | 45,147 | 9/10/2024 | |
9.0.0-preview.7.24405.7 | 21,613 | 8/13/2024 | |
9.0.0-preview.6.24327.7 | 28,000 | 7/9/2024 | |
9.0.0-preview.5.24306.7 | 21,362 | 6/11/2024 | |
9.0.0-preview.4.24266.19 | 18,567 | 5/21/2024 | |
9.0.0-preview.3.24172.9 | 101,694 | 4/11/2024 | |
9.0.0-preview.2.24128.5 | 22,943 | 3/12/2024 | |
9.0.0-preview.1.24080.9 | 43,396 | 2/13/2024 | |
8.0.1 | 2,885,686 | 10/8/2024 | |
8.0.0 | 62,080,744 | 11/14/2023 | |
8.0.0-rc.2.23479.6 | 124,712 | 10/10/2023 | |
8.0.0-rc.1.23419.4 | 99,131 | 9/12/2023 | |
8.0.0-preview.7.23375.6 | 46,438 | 8/8/2023 | |
8.0.0-preview.6.23329.7 | 62,385 | 7/11/2023 | |
8.0.0-preview.5.23280.8 | 50,132 | 6/13/2023 | |
8.0.0-preview.4.23259.5 | 203,749 | 5/16/2023 | |
8.0.0-preview.3.23174.8 | 89,503 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 27,052 | 3/14/2023 | |
8.0.0-preview.1.23110.8 | 87,575 | 2/21/2023 | |
7.0.1 | 44,003,450 | 2/14/2023 | |
7.0.0 | 22,545,001 | 11/7/2022 | |
7.0.0-rc.2.22472.3 | 135,426 | 10/11/2022 | |
7.0.0-rc.1.22426.10 | 68,288 | 9/14/2022 | |
7.0.0-preview.7.22375.6 | 53,198 | 8/9/2022 | |
7.0.0-preview.6.22324.4 | 42,984 | 7/12/2022 | |
7.0.0-preview.5.22301.12 | 41,037 | 6/14/2022 | |
7.0.0-preview.4.22229.4 | 37,442 | 5/10/2022 | |
7.0.0-preview.3.22175.4 | 41,420 | 4/13/2022 | |
7.0.0-preview.2.22152.2 | 11,224 | 3/14/2022 | |
7.0.0-preview.1.22076.8 | 20,840 | 2/17/2022 | |
6.0.1 | 114,743,753 | 2/8/2022 | |
6.0.0 | 47,354,468 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 363,816 | 10/12/2021 | |
6.0.0-rc.1.21451.13 | 256,199 | 9/14/2021 | |
6.0.0-preview.7.21377.19 | 122,416 | 8/10/2021 | |
6.0.0-preview.6.21352.12 | 43,111 | 7/14/2021 | |
6.0.0-preview.5.21301.5 | 27,435 | 6/15/2021 | |
6.0.0-preview.4.21253.7 | 15,681 | 5/24/2021 | |
6.0.0-preview.3.21201.4 | 32,561 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 22,133 | 3/11/2021 | |
6.0.0-preview.1.21102.12 | 28,184 | 2/12/2021 | |
5.0.0 | 89,318,358 | 11/9/2020 | |
5.0.0-rc.2.20475.5 | 78,268 | 10/13/2020 | |
5.0.0-rc.1.20451.14 | 38,363 | 9/14/2020 | |
5.0.0-preview.8.20407.11 | 23,347 | 8/25/2020 | |
5.0.0-preview.7.20364.11 | 20,771 | 7/21/2020 | |
5.0.0-preview.6.20305.6 | 17,776 | 6/25/2020 | |
5.0.0-preview.5.20278.1 | 10,868 | 6/10/2020 | |
5.0.0-preview.4.20251.6 | 24,940 | 5/18/2020 | |
5.0.0-preview.3.20215.2 | 11,513 | 4/23/2020 | |
5.0.0-preview.2.20160.3 | 41,511 | 4/2/2020 | |
5.0.0-preview.1.20120.4 | 9,754 | 3/16/2020 | |
3.1.32 | 1,389,076 | 12/13/2022 | |
3.1.31 | 480,403 | 11/8/2022 | |
3.1.30 | 893,491 | 10/11/2022 | |
3.1.29 | 281,595 | 9/13/2022 | |
3.1.28 | 422,781 | 8/9/2022 | |
3.1.27 | 281,100 | 7/12/2022 | |
3.1.26 | 257,782 | 6/14/2022 | |
3.1.25 | 354,197 | 5/10/2022 | |
3.1.24 | 315,176 | 4/11/2022 | |
3.1.23 | 685,571 | 3/8/2022 | |
3.1.22 | 1,831,367 | 12/14/2021 | |
3.1.21 | 1,342,003 | 11/7/2021 | |
3.1.20 | 741,523 | 10/11/2021 | |
3.1.19 | 723,517 | 9/14/2021 | |
3.1.18 | 1,602,970 | 8/10/2021 | |
3.1.17 | 1,189,627 | 7/13/2021 | |
3.1.16 | 1,511,606 | 6/8/2021 | |
3.1.15 | 2,157,306 | 5/11/2021 | |
3.1.14 | 2,055,389 | 4/6/2021 | |
3.1.13 | 2,181,336 | 3/9/2021 | |
3.1.12 | 1,902,837 | 2/9/2021 | |
3.1.11 | 2,373,097 | 1/12/2021 | |
3.1.10 | 5,151,934 | 11/9/2020 | |
3.1.9 | 6,295,277 | 10/13/2020 | |
3.1.8 | 7,842,604 | 9/8/2020 | |
3.1.7 | 5,404,443 | 8/11/2020 | |
3.1.6 | 8,527,697 | 7/14/2020 | |
3.1.5 | 7,490,794 | 6/9/2020 | |
3.1.4 | 5,139,073 | 5/12/2020 | |
3.1.3 | 8,701,948 | 3/24/2020 | |
3.1.2 | 8,355,835 | 2/18/2020 | |
3.1.1 | 6,498,773 | 1/14/2020 | |
3.1.0 | 12,075,096 | 12/3/2019 | |
3.1.0-preview3.19553.2 | 13,052 | 11/13/2019 | |
3.1.0-preview2.19525.4 | 4,103 | 11/1/2019 | |
3.1.0-preview1.19506.1 | 7,387 | 10/15/2019 | |
3.0.3 | 232,864 | 2/18/2020 | |
3.0.2 | 727,056 | 1/14/2020 | |
3.0.1 | 786,384 | 11/18/2019 | |
3.0.0 | 13,113,849 | 9/23/2019 | |
3.0.0-rc1.19456.10 | 17,165 | 9/16/2019 | |
3.0.0-preview9.19423.4 | 23,654 | 9/4/2019 | |
3.0.0-preview8.19405.4 | 52,715 | 8/13/2019 | |
3.0.0-preview7.19362.4 | 25,520 | 7/23/2019 | |
3.0.0-preview6.19304.6 | 29,687 | 6/12/2019 | |
3.0.0-preview5.19227.9 | 49,097 | 5/6/2019 | |
3.0.0-preview4.19216.2 | 8,170 | 4/18/2019 | |
3.0.0-preview3.19153.1 | 29,512 | 3/6/2019 | |
3.0.0-preview.19074.2 | 3,798 | 1/29/2019 | |
3.0.0-preview.18572.1 | 8,945 | 12/4/2018 | |
2.2.0 | 20,297,083 | 12/3/2018 | |
2.2.0-preview3-35497 | 78,190 | 10/17/2018 | |
2.2.0-preview2-35157 | 15,542 | 9/12/2018 | |
2.2.0-preview1-35029 | 3,960 | 8/22/2018 | |
2.1.1 | 17,991,210 | 6/18/2018 | |
2.1.0 | 129,982,134 | 5/29/2018 | |
2.1.0-rc1-final | 25,609 | 5/6/2018 | |
2.1.0-preview2-final | 22,638 | 4/10/2018 | |
2.1.0-preview1-final | 35,954 | 2/26/2018 |