Microsoft.AspNetCore.Hosting.Server.Abstractions 1.1.0-preview1-final

Prefix Reserved
Additional Details

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

This is a prerelease version of Microsoft.AspNetCore.Hosting.Server.Abstractions.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Hosting.Server.Abstractions --version 1.1.0-preview1-final
                    
NuGet\Install-Package Microsoft.AspNetCore.Hosting.Server.Abstractions -Version 1.1.0-preview1-final
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.Hosting.Server.Abstractions" Version="1.1.0-preview1-final" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Hosting.Server.Abstractions" Version="1.1.0-preview1-final" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Hosting.Server.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.Hosting.Server.Abstractions --version 1.1.0-preview1-final
                    
#r "nuget: Microsoft.AspNetCore.Hosting.Server.Abstractions, 1.1.0-preview1-final"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.Hosting.Server.Abstractions&version=1.1.0-preview1-final&prerelease
                    
Install Microsoft.AspNetCore.Hosting.Server.Abstractions as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Hosting.Server.Abstractions&version=1.1.0-preview1-final&prerelease
                    
Install Microsoft.AspNetCore.Hosting.Server.Abstractions as a Cake Tool

ASP.NET Core hosting server abstractions for web applications.

Product 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. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (100)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Hosting.Server.Abstractions:

Package Downloads
Microsoft.AspNetCore.Hosting.Abstractions

ASP.NET Core hosting and startup abstractions for web applications.

Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. 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.

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.

CoreWCF.Primitives

CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.

CoreWCF.Http

CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.

GitHub repositories (36)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Hosting.Server.Abstractions:

Repository Stars
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
chocolatey/choco
Chocolatey - the package manager for Windows
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.
CoreWCF/CoreWCF
Main repository for the Core WCF project
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
dathlin/OpcUaHelper
一个通用的opc ua客户端类库,基于.net 4.6.1创建,基于官方opc ua基金会跨平台库创建,封装了节点读写,批量节点读写,引用读取,特性读取,历史数据读取,方法调用,节点订阅,批量订阅等操作。还提供了一个节点浏览器工具。
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
laochiangx/ABP-ASP.NET-Boilerplate-Project-CMS
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
ElderJames/shriek-fx
An easy-to-use rapid development framework developed on the basis of.NET Core 2.0, following the constraints of domain Driven Design (DDD) specifications, combined with the CQRS architecture to provide the infrastructure for event-driven, event backtracking, responsiveness, and more. Let developers enjoy the true meaning of object-oriented design patterns brought by the aesthetic.
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
cmu-sei/GHOSTS
GHOSTS is a realistic user simulation framework for cyber experimentation, simulation, training, and exercise
YetAnotherPomodoroApp/YAPA-2
Minimalistic desktop timer app for Pomodoro Technique users
Bobris/Nowin
Owin Web Server in pure .Net
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
TeslaFly01/SmartSqlT
🔥🔥🔥 SmartSQL 是一款方便、快捷的数据库文档查询、导出工具!该工具从最初支持CHM文档格式开始,通过不断地探索开发、集思广益和不断改进,又陆续支持Word、Excel、PDF、Html、Xml、Json、MarkDown等文档格式的导出。同时支持SqlServer、MySql、PostgreSQL、SQLite等多种数据库的文档查询和导出功能。
mKenfenheuer/steam-deck-windows-usermode-driver
A windows usermode controller driver for the steam deck internal controller.
withsalt/BilibiliLiveTools
Bilibili(B站)无人值守直播工具。自动登录,自动获取直播推流地址,自动推流(使用ffmpeg),可以用于电脑、树莓派等设备无人值守直播。
mcintyre321/FormFactory
MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
CervantesSec/cervantes
Cervantes is an open-source, collaborative platform designed specifically for pentesters and red teams. It serves as a comprehensive management tool, streamlining the organization of projects, clients, vulnerabilities, and reports in a single, centralized location.
overtly/core-grpc
C# Grpc、Consul结合驱动封装,Overt.Core.Grpc基于Consul/Grpc实现服务注册服务发现,支持dotnetcore / framework,可快速实现基于Grpc的微服务;另外Overt.Core.Grpc.H2基于Consul/Grpc.Net实现服务注册服务发现,支持Net5.0, 内部有完整案例,包含服务端Server 客户端 Client,core+grpc, netcore+grpc, dotnetcore+grpc
Version Downloads Last updated
2.3.0 3,556,956 1/14/2025
2.2.0 549,581,875 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 252,170 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 355,134 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 112,550 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 308,175,055 6/18/2018
2.1.0 164,893,784 5/29/2018
2.1.0-rc1-final 367,091 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 632,720 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 545,233 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 18,800,844 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 20,605,684 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 35,306,188 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 178,909,538 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 157,723 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 58,968 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 9,582,001 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 7,608,694 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 9,734,494 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 9,724,841 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 143,327 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 14,915,441 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 25,618,155 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 30,719,912 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 88,319,245 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 3,597,209 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 31,789,194 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 2,131,460 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.