Microsoft.Extensions.Hosting 9.0.11

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

  • 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.

Showing the top 20 packages that depend on Microsoft.Extensions.Hosting.

Packages Downloads
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
89
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
91
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
93
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
95
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
89
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
90
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
91
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
94
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
95
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
97
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services.
99
Serilog.AspNetCore.Plus
Serilog support for ASP.NET Core logging with some plus features
90
Serilog.AspNetCore.Plus
Serilog support for ASP.NET Core logging with some plus features
94

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

.NET Standard 2.0

.NET 9.0

.NET Standard 2.1

.NET 8.0

Version Downloads Last updated
10.0.0 7 11/11/2025
10.0.0-rc.2.25502.107 22 10/14/2025
10.0.0-rc.1.25451.107 32 09/10/2025
10.0.0-preview.7.25380.108 32 08/14/2025
10.0.0-preview.6.25358.103 48 07/16/2025
10.0.0-preview.5.25277.114 48 06/06/2025
10.0.0-preview.4.25258.110 51 05/15/2025
10.0.0-preview.3.25171.5 54 04/11/2025
10.0.0-preview.2.25163.2 59 04/01/2025
10.0.0-preview.1.25080.5 56 04/02/2025
9.0.11 5 11/11/2025
9.0.10 19 10/15/2025
9.0.9 27 09/10/2025
9.0.8 31 08/05/2025
9.0.7 48 07/09/2025
9.0.6 39 06/12/2025
9.0.5 49 05/16/2025
9.0.4 70 04/09/2025
9.0.3 60 04/01/2025
9.0.2 57 03/30/2025
9.0.1 59 03/31/2025
9.0.0 55 11/14/2024
9.0.0-rc.2.24473.5 61 10/22/2024
9.0.0-rc.1.24431.7 56 09/21/2024
9.0.0-preview.7.24405.7 61 08/22/2024
9.0.0-preview.6.24327.7 90 07/18/2024
9.0.0-preview.5.24306.7 75 07/18/2024
9.0.0-preview.4.24266.19 94 07/18/2024
9.0.0-preview.3.24172.9 80 07/18/2024
9.0.0-preview.2.24128.5 78 07/18/2024
9.0.0-preview.1.24080.9 77 07/18/2024
8.0.1 70 10/22/2024
8.0.0 95 04/17/2024
8.0.0-rc.2.23479.6 84 07/18/2024
8.0.0-rc.1.23419.4 86 07/18/2024
8.0.0-preview.7.23375.6 77 07/18/2024
8.0.0-preview.6.23329.7 88 07/18/2024
8.0.0-preview.5.23280.8 73 07/18/2024
8.0.0-preview.4.23259.5 85 07/18/2024
8.0.0-preview.3.23174.8 89 07/18/2024
8.0.0-preview.2.23128.3 89 07/18/2024
8.0.0-preview.1.23110.8 80 07/18/2024
7.0.1 91 07/18/2024
7.0.0 83 07/18/2024
7.0.0-rc.2.22472.3 90 07/18/2024
7.0.0-rc.1.22426.10 84 07/18/2024
7.0.0-preview.7.22375.6 64 07/18/2024
7.0.0-preview.6.22324.4 90 07/18/2024
7.0.0-preview.5.22301.12 69 07/18/2024
7.0.0-preview.4.22229.4 93 07/18/2024
7.0.0-preview.3.22175.4 82 07/18/2024
7.0.0-preview.2.22152.2 86 07/18/2024
7.0.0-preview.1.22076.8 85 07/18/2024
6.0.2-mauipre.1.22102.15 59 12/01/2024
6.0.1 88 07/18/2024
6.0.0 85 07/18/2024
6.0.0-rc.2.21480.5 87 07/18/2024
6.0.0-rc.1.21451.13 80 07/18/2024
6.0.0-preview.7.21377.19 93 07/18/2024
6.0.0-preview.6.21352.12 88 07/18/2024
6.0.0-preview.5.21301.5 79 07/18/2024
6.0.0-preview.4.21253.7 84 07/18/2024
6.0.0-preview.3.21201.4 88 07/18/2024
6.0.0-preview.2.21154.6 76 07/18/2024
6.0.0-preview.1.21102.12 81 07/18/2024
5.0.0 84 07/18/2024
5.0.0-rc.2.20475.5 85 07/18/2024
5.0.0-rc.1.20451.14 83 07/18/2024
5.0.0-preview.8.20407.11 82 07/18/2024
5.0.0-preview.7.20364.11 89 07/18/2024
5.0.0-preview.6.20305.6 81 07/18/2024
5.0.0-preview.5.20278.1 84 07/18/2024
5.0.0-preview.4.20251.6 85 07/18/2024
5.0.0-preview.3.20215.2 80 07/18/2024
5.0.0-preview.2.20160.3 72 07/18/2024
5.0.0-preview.1.20120.4 88 07/18/2024
3.1.32 78 07/18/2024
3.1.31 95 07/18/2024
3.1.30 83 07/18/2024
3.1.29 83 07/18/2024
3.1.28 94 07/18/2024
3.1.27 85 07/18/2024
3.1.26 90 07/18/2024
3.1.25 88 07/18/2024
3.1.24 81 07/18/2024
3.1.23 91 07/18/2024
3.1.22 89 07/18/2024
3.1.21 92 07/18/2024
3.1.20 100 07/18/2024
3.1.19 73 07/18/2024
3.1.18 87 07/18/2024
3.1.17 74 07/18/2024
3.1.16 90 07/18/2024
3.1.15 92 07/18/2024
3.1.14 86 07/18/2024
3.1.13 88 07/18/2024
3.1.12 80 07/18/2024
3.1.11 85 07/18/2024
3.1.10 92 07/18/2024
3.1.9 86 07/18/2024
3.1.8 78 07/18/2024
3.1.7 80 07/18/2024
3.1.6 92 07/18/2024
3.1.5 90 07/18/2024
3.1.4 83 07/18/2024
3.1.3 100 07/18/2024
3.1.2 95 07/18/2024
3.1.1 87 07/18/2024
3.1.0 93 07/18/2024
3.1.0-preview3.19553.2 80 07/18/2024
3.1.0-preview2.19525.4 86 07/18/2024
3.1.0-preview1.19506.1 84 07/18/2024
3.0.3 86 07/18/2024
3.0.2 87 07/18/2024
3.0.1 94 07/18/2024
3.0.0 80 07/18/2024
3.0.0-rc1.19456.10 77 07/18/2024
3.0.0-preview9.19423.4 85 07/18/2024
3.0.0-preview8.19405.4 79 07/18/2024
3.0.0-preview7.19362.4 89 07/18/2024
3.0.0-preview6.19304.6 84 07/18/2024
3.0.0-preview5.19227.9 79 07/18/2024
3.0.0-preview4.19216.2 89 07/18/2024
3.0.0-preview3.19153.1 72 07/18/2024
3.0.0-preview.19074.2 92 07/18/2024
3.0.0-preview.18572.1 84 07/18/2024
2.2.0 93 07/18/2024
2.2.0-preview3-35497 82 07/18/2024
2.2.0-preview2-35157 102 07/18/2024
2.2.0-preview1-35029 76 07/18/2024
2.1.1 81 07/18/2024
2.1.0 82 04/17/2024
2.1.0-rc1-final 83 07/18/2024
2.1.0-preview2-final 81 07/18/2024
2.1.0-preview1-final 81 07/18/2024