Microsoft.AspNetCore.Hosting.Abstractions
                               
                            
                                2.2.0-preview1-35029
                            
                        
                    See the version list below for details.
dotnet add package Microsoft.AspNetCore.Hosting.Abstractions --version 2.2.0-preview1-35029
NuGet\Install-Package Microsoft.AspNetCore.Hosting.Abstractions -Version 2.2.0-preview1-35029
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0-preview1-35029" />
<PackageVersion Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0-preview1-35029" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
paket add Microsoft.AspNetCore.Hosting.Abstractions --version 2.2.0-preview1-35029
#r "nuget: Microsoft.AspNetCore.Hosting.Abstractions, 2.2.0-preview1-35029"
#:package Microsoft.AspNetCore.Hosting.Abstractions@2.2.0-preview1-35029
#addin nuget:?package=Microsoft.AspNetCore.Hosting.Abstractions&version=2.2.0-preview1-35029&prerelease
#tool nuget:?package=Microsoft.AspNetCore.Hosting.Abstractions&version=2.2.0-preview1-35029&prerelease
ASP.NET Core hosting and startup abstractions for web applications.
This package was built from the source at:
https://github.com/aspnet/Hosting/tree/687a99438a1a596a11b7dbd0bf9da5035b3b74eb
Learn more about Target Frameworks and .NET Standard.
- 
                                                    
.NETStandard 2.0
- Microsoft.AspNetCore.Hosting.Server.Abstractions (>= 2.2.0-preview1-35029)
 - Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0-preview1-35029)
 - Microsoft.Extensions.Hosting.Abstractions (>= 2.2.0-preview1-35029)
 
 
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Microsoft.AspNetCore.Hosting.Abstractions:
| Package | Downloads | 
|---|---|
| 
                                                        
                                                            Serilog.AspNetCore
                                                        
                                                         Serilog support for ASP.NET Core logging  | 
                                                    |
| 
                                                        
                                                            NLog.Web.AspNetCore
                                                        
                                                         NLog LoggerProvider for Microsoft.Extensions.Logging and ASP.NET Core platform. Adds helpers and layout renderers for websites and web applications. Supported platforms: - For ASP.NET Core 5, .NET 5 - For ASP.NET Core 3, .NET Core 3.0 - For ASP.NET Core 2, .NET Standard 2.0+ and .NET 4.6+ - For ASP.NET Core 1, .NET Standard 1.5+ and .NET 4.5.x  | 
                                                    |
| 
                                                        
                                                            SixLabors.ImageSharp.Web
                                                        
                                                         ImageSharp Middleware for serving images via a url based API.  | 
                                                    |
| 
                                                        
                                                            MiniProfiler.AspNetCore
                                                        
                                                         Lightweight mini-profiler, designed for ASP.NET Core (not System.Web) websites  | 
                                                    
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 10.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.2.0 | 270 | 3/8/2021 | 
| 2.2.0-preview3-35497 | 1 | 3/8/2021 | 
| 2.2.0-preview2-35157 | 9 | 10/4/2018 | 
| 2.2.0-preview1-35029 | 1 | 3/8/2021 | 
| 2.1.1 | 9,642 | 3/8/2021 | 
| 2.1.0 | 32,545 | 3/8/2021 | 
| 2.1.0-rc1-final | 1 | 3/8/2021 | 
| 2.1.0-preview2-final | 1 | 3/8/2021 | 
| 2.1.0-preview1-final | 2 | 3/8/2021 | 
| 2.0.3 | 3 | 3/8/2021 | 
| 2.0.2 | 8 | 3/8/2021 | 
| 2.0.1 | 22 | 3/8/2021 | 
| 2.0.0 | 9,653 | 3/8/2021 | 
| 2.0.0-preview2-final | 4 | 3/8/2021 | 
| 2.0.0-preview1-final | 4 | 3/8/2021 | 
| 1.1.3 | 50 | 3/8/2021 | 
| 1.1.2 | 178 | 3/8/2021 | 
| 1.1.1 | 148 | 3/8/2021 | 
| 1.1.0 | 253 | 3/8/2021 | 
| 1.1.0-preview1-final | 20 | 3/8/2021 | 
| 1.0.5 | 3 | 3/8/2021 | 
| 1.0.4 | 599 | 3/8/2021 | 
| 1.0.3 | 15 | 3/8/2021 | 
| 1.0.2 | 76 | 3/8/2021 | 
| 1.0.1 | 70 | 3/8/2021 | 
| 1.0.0 | 495 | 3/8/2021 | 
| 1.0.0-rc2-final | 201 | 3/8/2021 | 
| 0.0.1-alpha | 2 | 3/8/2021 |