Microsoft.Extensions.Hosting
6.0.0-preview.1.21102.12
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.
Requires NuGet 2.12 or higher.
dotnet add package Microsoft.Extensions.Hosting --version 6.0.0-preview.1.21102.12
NuGet\Install-Package Microsoft.Extensions.Hosting -Version 6.0.0-preview.1.21102.12
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0-preview.1.21102.12" />
paket add Microsoft.Extensions.Hosting --version 6.0.0-preview.1.21102.12
#r "nuget: Microsoft.Extensions.Hosting, 6.0.0-preview.1.21102.12"
// Install Microsoft.Extensions.Hosting as a Cake Addin #addin nuget:?package=Microsoft.Extensions.Hosting&version=6.0.0-preview.1.21102.12&prerelease // Install Microsoft.Extensions.Hosting as a Cake Tool #tool nuget:?package=Microsoft.Extensions.Hosting&version=6.0.0-preview.1.21102.12&prerelease
Hosting and startup infrastructures for applications.
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. |
.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 is compatible. 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. |
-
.NETCoreApp 2.1
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.Binder (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.CommandLine (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.FileExtensions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.Json (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.UserSecrets (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.DependencyInjection (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.FileProviders.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.FileProviders.Physical (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Configuration (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Console (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Debug (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.EventLog (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.EventSource (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Options (>= 6.0.0-preview.1.21102.12)
-
.NETCoreApp 3.0
- Microsoft.Extensions.Configuration (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.Binder (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.CommandLine (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.FileExtensions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.Json (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.UserSecrets (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.DependencyInjection (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.FileProviders.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.FileProviders.Physical (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Configuration (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Console (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Debug (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.EventLog (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.EventSource (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Options (>= 6.0.0-preview.1.21102.12)
-
.NETFramework 4.6.1
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.Binder (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.CommandLine (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.FileExtensions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.Json (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.UserSecrets (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.DependencyInjection (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.FileProviders.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.FileProviders.Physical (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Configuration (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Console (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Debug (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.EventLog (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.EventSource (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Options (>= 6.0.0-preview.1.21102.12)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.Binder (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.CommandLine (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.FileExtensions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.Json (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.UserSecrets (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.DependencyInjection (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.FileProviders.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.FileProviders.Physical (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Configuration (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Console (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Debug (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.EventLog (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.EventSource (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Options (>= 6.0.0-preview.1.21102.12)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.1
- Microsoft.Extensions.Configuration (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.Binder (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.CommandLine (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.FileExtensions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.Json (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Configuration.UserSecrets (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.DependencyInjection (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.FileProviders.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.FileProviders.Physical (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Configuration (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Console (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.Debug (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.EventLog (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Logging.EventSource (>= 6.0.0-preview.1.21102.12)
- Microsoft.Extensions.Options (>= 6.0.0-preview.1.21102.12)
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 |