Microsoft.AspNetCore.Server.Kestrel.Https 2.1.0-rc1-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.Server.Kestrel.Https.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Server.Kestrel.Https --version 2.1.0-rc1-final
                    
NuGet\Install-Package Microsoft.AspNetCore.Server.Kestrel.Https -Version 2.1.0-rc1-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.Server.Kestrel.Https" Version="2.1.0-rc1-final" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="2.1.0-rc1-final" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" />
                    
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.Https --version 2.1.0-rc1-final
                    
#r "nuget: Microsoft.AspNetCore.Server.Kestrel.Https, 2.1.0-rc1-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.Server.Kestrel.Https&version=2.1.0-rc1-final&prerelease
                    
Install Microsoft.AspNetCore.Server.Kestrel.Https as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Server.Kestrel.Https&version=2.1.0-rc1-final&prerelease
                    
Install Microsoft.AspNetCore.Server.Kestrel.Https as a Cake Tool

HTTPS support for the 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 is compatible.  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 (47)

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

Package Downloads
Microsoft.AspNetCore.Server.Kestrel

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.

WireMock.Net

Lightweight Http Mocking Server for .Net, inspired by WireMock from the Java landscape.

GitHub repositories (20)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Server.Kestrel.Https:

Repository Stars
chocolatey/choco
Chocolatey - the package manager for Windows
OPCFoundation/UA-.NETStandard
OPC Unified Architecture .NET Standard
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
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
WireMock-Net/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
aspnet/Security
[Archived] Middleware for security and authorization of web apps. Project moved to https://github.com/aspnet/AspNetCore
dathlin/OpcUaHelper
一个通用的opc ua客户端类库,基于.net 4.6.1创建,基于官方opc ua基金会跨平台库创建,封装了节点读写,批量节点读写,引用读取,特性读取,历史数据读取,方法调用,节点订阅,批量订阅等操作。还提供了一个节点浏览器工具。
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
GoogleCloudPlatform/dotnet-docs-samples
.NET code samples used on https://cloud.google.com
streetwriters/notesnook-sync-server
Sync server for Notesnook (self-hosting in alpha)
dotnetcore/aspnetcore-doc-cn
The Simplified Chinese edition of Microsoft ASP.NET Core documentation, translated by .NET Core Community and .NET China Community.
mKenfenheuer/steam-deck-windows-usermode-driver
A windows usermode controller driver for the steam deck internal controller.
microsoft/RTVS
R Tools for Visual Studio.
aspnet/WebSockets
[Archived] Implementation of the WebSocket protocol, along with client and server integration components.
dathlin/SharpNodeSettings
一个设备及节点配置类库,基于HslCommunication.dll创建,方便的实现PLC根据配置文件动态创建,并支持自动写入相应的服务器对象。
aspnet/MetaPackages
[Archived] NuGet meta packages. Project moved to https://github.com/aspnet/AspNetCore
arduosoft/RawCMS
RawCMS is the headless CMS written in asp.net core build for developers that embraces API first technology. Please give us a feedback!
aspnet/BasicMiddleware
[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Drawaes/CondenserDotNet
API Condenser / Reverse Proxy using Kestrel and Consul, Including light weight consul lib
unchase/Unchase.OpenAPI.Connectedservice
:scroll: Visual Studio extension to generate OpenAPI (Swagger) web service reference.
Version Downloads Last updated
2.3.0 228,974 3 months ago
2.2.0 97,867,561 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 80,429 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 32,636 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 14,698 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.3 37,730,233 8/21/2018
2.1.2 6,640,093 7/10/2018
2.1.1 13,706,143 6/18/2018
2.1.0 5,824,685 5/29/2018
2.1.0-rc1-final 49,670 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 39,952 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 123,253 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 2,687,925 7/10/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 2,780,730 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 6,053,157 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 9,847,854 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 15,181,563 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 76,400 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 30,571 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 483,717 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 527,769 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 158,599 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 214,780 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 4,493 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 5,171 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 3,804 9/20/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 6,933 5/9/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 33,738 3/6/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 8,888 12/12/2016 1.0.2 is deprecated because it is no longer maintained.
1.0.1 144,526 9/13/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 80,080 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 4,998 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.