Microsoft.AspNetCore.Server.Kestrel.Core 2.3.0

Prefix Reserved
dotnet add package Microsoft.AspNetCore.Server.Kestrel.Core --version 2.3.0
                    
NuGet\Install-Package Microsoft.AspNetCore.Server.Kestrel.Core -Version 2.3.0
                    
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.Server.Kestrel.Core" Version="2.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="2.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" />
                    
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.Server.Kestrel.Core --version 2.3.0
                    
#r "nuget: Microsoft.AspNetCore.Server.Kestrel.Core, 2.3.0"
                    
#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.Server.Kestrel.Core&version=2.3.0
                    
Install Microsoft.AspNetCore.Server.Kestrel.Core as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Server.Kestrel.Core&version=2.3.0
                    
Install Microsoft.AspNetCore.Server.Kestrel.Core as a Cake Tool

Core components of ASP.NET Core Kestrel cross-platform web server.

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

NuGet packages (88)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Server.Kestrel.Core:

Package Downloads
Microsoft.AspNetCore.Server.Kestrel

ASP.NET Core Kestrel cross-platform web server.

Microsoft.AspNetCore.Server.Kestrel.Https

HTTPS support for the ASP.NET Core Kestrel cross-platform web server.

Microsoft.AspNetCore

Microsoft.AspNetCore

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.

GitHub repositories (17)

Showing the top 17 popular GitHub repositories that depend on Microsoft.AspNetCore.Server.Kestrel.Core:

Repository Stars
chocolatey/choco
Chocolatey - the package manager for Windows
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
OPCFoundation/UA-.NETStandard
OPC Unified Architecture .NET Standard
CoreWCF/CoreWCF
Main repository for the Core WCF project
dathlin/OpcUaHelper
一个通用的opc ua客户端类库,基于.net 4.6.1创建,基于官方opc ua基金会跨平台库创建,封装了节点读写,批量节点读写,引用读取,特性读取,历史数据读取,方法调用,节点订阅,批量订阅等操作。还提供了一个节点浏览器工具。
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
getsentry/sentry-dotnet
Sentry SDK for .NET
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
mKenfenheuer/steam-deck-windows-usermode-driver
A windows usermode controller driver for the steam deck internal controller.
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
cloudnative-netcore/netcorekit
:heartpulse: A crafted toolkit for building cloud-native apps on the .NET platform
gnsilence/HangfireHttpJob
hangfire的拓展程序,在原作者基础上增加了一些功能,调用api的方式来执行定时任务
RayWangQvQ/RayPI
一个基于.NET Core 3.1的DDD(领域驱动)的极简风WebApi开发框架。
ffMathy/FluffySpoon.AspNet.EncryptWeMust
dbosoft/YaNco
.NET SAP RFC API based on SAP Netweaver RFC SDK
unchase/Unchase.OpenAPI.Connectedservice
:scroll: Visual Studio extension to generate OpenAPI (Swagger) web service reference.
Version Downloads Last updated
2.3.0 283,135 1/14/2025
2.2.0 103,751,753 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 81,438 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 33,421 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 15,277 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.25 5,361,121 2/9/2021
2.1.7 5,496,933 1/8/2019 2.1.7 has at least one vulnerability with high severity.
2.1.3 29,565,526 8/21/2018 2.1.3 has at least one vulnerability with high severity.
2.1.2 6,775,857 7/10/2018 2.1.2 has at least one vulnerability with high severity.
2.1.1 13,736,720 6/18/2018 2.1.1 has at least one vulnerability with high severity.
2.1.0 5,823,112 5/29/2018 2.1.0 has at least one vulnerability with high severity.
2.1.0-rc1-final 50,279 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained; 2.1.0-rc1-final has at least one vulnerability with high severity.
2.1.0-preview2-final 40,652 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained; 2.1.0-preview2-final has at least one vulnerability with high severity.
2.1.0-preview1-final 121,769 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained; 2.1.0-preview1-final has at least one vulnerability with high severity.
2.0.4 2,957,797 7/10/2018 2.0.4 is deprecated because it is no longer maintained; 2.0.4 has at least one vulnerability with high severity.
2.0.3 2,978,417 5/7/2018 2.0.3 is deprecated because it is no longer maintained; 2.0.3 has at least one vulnerability with high severity.
2.0.2 6,245,573 3/13/2018 2.0.2 is deprecated because it is no longer maintained; 2.0.2 has at least one vulnerability with high severity.
2.0.1 10,228,479 11/14/2017 2.0.1 is deprecated because it is no longer maintained; 2.0.1 has at least one vulnerability with high severity.
2.0.0 15,969,682 8/11/2017 2.0.0 is deprecated because it is no longer maintained; 2.0.0 has at least one vulnerability with high severity.
2.0.0-preview2-final 79,558 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained; 2.0.0-preview2-final has at least one vulnerability with high severity.
2.0.0-preview1-final 29,018 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained; 2.0.0-preview1-final has at least one vulnerability with high severity.