Microsoft.AspNetCore.Hosting.Abstractions
                               
                            
                                1.1.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.AspNetCore.Hosting.Abstractions --version 1.1.0-preview1-final
NuGet\Install-Package Microsoft.AspNetCore.Hosting.Abstractions -Version 1.1.0-preview1-final
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="1.1.0-preview1-final" />
<PackageVersion Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="1.1.0-preview1-final" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
paket add Microsoft.AspNetCore.Hosting.Abstractions --version 1.1.0-preview1-final
#r "nuget: Microsoft.AspNetCore.Hosting.Abstractions, 1.1.0-preview1-final"
#:package Microsoft.AspNetCore.Hosting.Abstractions@1.1.0-preview1-final
#addin nuget:?package=Microsoft.AspNetCore.Hosting.Abstractions&version=1.1.0-preview1-final&prerelease
#tool nuget:?package=Microsoft.AspNetCore.Hosting.Abstractions&version=1.1.0-preview1-final&prerelease
ASP.NET Core hosting and startup abstractions for web 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. 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 | net451 is compatible. net452 was computed. net46 was computed. 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.5.1- Microsoft.AspNetCore.Hosting.Server.Abstractions (>= 1.1.0-preview1-final)
- Microsoft.AspNetCore.Http.Abstractions (>= 1.1.0-preview1-final)
- Microsoft.Extensions.Configuration.Abstractions (>= 1.1.0-preview1-final)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.1.0-preview1-final)
- Microsoft.Extensions.FileProviders.Abstractions (>= 1.1.0-preview1-final)
- Microsoft.Extensions.Logging.Abstractions (>= 1.1.0-preview1-final)
- NETStandard.Library (>= 1.6.1-preview1-24530-04)
 
- 
                                                    .NETStandard 1.3- Microsoft.AspNetCore.Hosting.Server.Abstractions (>= 1.1.0-preview1-final)
- Microsoft.AspNetCore.Http.Abstractions (>= 1.1.0-preview1-final)
- Microsoft.Extensions.Configuration.Abstractions (>= 1.1.0-preview1-final)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.1.0-preview1-final)
- Microsoft.Extensions.FileProviders.Abstractions (>= 1.1.0-preview1-final)
- Microsoft.Extensions.Logging.Abstractions (>= 1.1.0-preview1-final)
- NETStandard.Library (>= 1.6.1-preview1-24530-04)
 
NuGet packages (941)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Hosting.Abstractions:
| Package | Downloads | 
|---|---|
| Microsoft.AspNetCore.Mvc.Core ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more. Commonly used types: Microsoft.AspNetCore.Mvc.AreaAttribute Microsoft.AspNetCore.Mvc.BindAttribute Microsoft.AspNetCore.Mvc.ControllerBase Microsoft.AspNetCore.Mvc.FromBodyAttribute Microsoft.AspNetCore.Mvc.FromFormAttribute Microsoft.AspNetCore.Mvc.RequireHttpsAttribute Microsoft.AspNetCore.Mvc.RouteAttribute | |
| Microsoft.AspNetCore.Hosting ASP.NET Core hosting infrastructure and startup logic for web applications. | |
| Serilog.AspNetCore Serilog support for ASP.NET Core logging | |
| Microsoft.AspNetCore.StaticFiles ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files. | |
| Microsoft.AspNetCore.Server.Kestrel.Core Core components of ASP.NET Core Kestrel cross-platform web server. | 
GitHub repositories (99)
Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Hosting.Abstractions:
| Repository | Stars | 
|---|---|
| dotnet/AspNetCore.Docs 
                                                            Documentation for ASP.NET Core
                                                         | |
| chocolatey/choco 
                                                            Chocolatey - the package manager for Windows
                                                         | |
| JeffreySu/WeiXinMPSDK 
                                                            微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
                                                         | |
| aspnet/Mvc 
                                                            [Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
                                                         | |
| ServiceStack/ServiceStack 
                                                            Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
                                                         | |
| projectkudu/kudu 
                                                            Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
                                                         | |
| aspnet/JavaScriptServices 
                                                            [Archived] This repository has been archived
                                                         | |
| aspnet/KestrelHttpServer 
                                                            [Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
                                                         | |
| aspnet/SignalR 
                                                            [Archived] Incredibly simple real-time web for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
                                                         | |
| reactjs/React.NET 
                                                            .NET library for JSX compilation and server-side rendering of React components
                                                         | |
| AppMetrics/AppMetrics 
                                                            App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
                                                         | |
| aspnet/Identity 
                                                            [Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
                                                         | |
| CoreWCF/CoreWCF 
                                                            Main repository for the Core WCF project
                                                         | |
| SkyAPM/SkyAPM-dotnet 
                                                            The .NET/.NET Core instrument agent for Apache SkyWalking
                                                         | |
| toddams/RazorLight 
                                                            Template engine based on Microsoft's Razor parsing engine for .NET Core
                                                         | |
| geffzhang/NanoFabric 
                                                            基于Consul + .NET Core + Polly + Ocelot + Exceptionless + IdentityServer等开源项目的微服务开发框架
                                                         | |
| serilog/serilog-aspnetcore 
                                                            Serilog integration for ASP.NET Core
                                                         | |
| dotnetcore/HttpReports 
                                                            HttpReports is an APM (application performance monitor) system for .Net Core. 
                                                         | |
| security-code-scan/security-code-scan 
                                                            Vulnerability Patterns Detector for C# and VB.NET
                                                         | |
| trueai-org/module-shop 
                                                            一个基于 .NET 8.0 构建的简单、跨平台、模块化的商城系统
                                                         | 
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 2.3.0 | 26,416,542 | 1/14/2025 | |
| 2.2.0 | 631,251,376 | 12/3/2018 | |
| 2.2.0-preview3-35497 | 256,908 | 10/17/2018 | |
| 2.2.0-preview2-35157 | 364,267 | 9/12/2018 | |
| 2.2.0-preview1-35029 | 114,064 | 8/22/2018 | |
| 2.1.1 | 368,762,716 | 6/18/2018 | |
| 2.1.0 | 174,510,192 | 5/29/2018 | |
| 2.1.0-rc1-final | 400,407 | 5/6/2018 | |
| 2.1.0-preview2-final | 716,878 | 4/10/2018 | |
| 2.1.0-preview1-final | 581,423 | 2/26/2018 | |
| 2.0.3 | 19,800,996 | 5/7/2018 | |
| 2.0.2 | 21,551,434 | 3/13/2018 | |
| 2.0.1 | 37,322,802 | 11/14/2017 | |
| 2.0.0 | 188,801,976 | 8/11/2017 | |
| 2.0.0-preview2-final | 165,935 | 6/27/2017 | |
| 2.0.0-preview1-final | 76,467 | 5/10/2017 | |
| 1.1.3 | 10,085,134 | 9/20/2017 | |
| 1.1.2 | 7,940,484 | 5/9/2017 | |
| 1.1.1 | 10,001,781 | 3/6/2017 | |
| 1.1.0 | 10,511,005 | 11/16/2016 | |
| 1.1.0-preview1-final | 245,247 | 10/24/2016 | |
| 1.0.5 | 15,233,838 | 11/14/2017 | |
| 1.0.4 | 26,331,880 | 9/20/2017 | |
| 1.0.3 | 31,720,555 | 5/9/2017 | |
| 1.0.2 | 91,395,133 | 3/6/2017 | |
| 1.0.1 | 3,654,871 | 12/12/2016 | |
| 1.0.0 | 33,251,734 | 6/27/2016 | |
| 1.0.0-rc2-final | 2,172,769 | 5/16/2016 |