Core components of ASP.NET Core Kestrel cross-platform web server.
Info
Version: | 2.2.0 |
Author(s): | Microsoft |
Last Update: | Monday, December 3, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://asp.net/ |
NuGet Url: | https://www.nuget.org/packages/Microsoft.AspNetCore.Server.Kestrel.Core |
Install
Install-Package Microsoft.AspNetCore.Server.Kestrel.Core
dotnet add package Microsoft.AspNetCore.Server.Kestrel.Core
paket add Microsoft.AspNetCore.Server.Kestrel.Core
Microsoft.AspNetCore.Server.Kestrel.Core Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Http(>= 2.2.0)
- Microsoft.AspNetCore.WebUtilities(>= 2.2.0)
- Microsoft.Extensions.Configuration.Binder(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Options(>= 2.2.0)
- Microsoft.Net.Http.Headers(>= 2.2.0)
- System.Memory(>= 4.5.1)
- System.Numerics.Vectors(>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe(>= 4.5.1)
- System.Security.Cryptography.Cng(>= 4.5.0)
- System.Threading.Tasks.Extensions(>= 4.5.1)
- Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Http(>= 2.2.0)
- Microsoft.AspNetCore.WebUtilities(>= 2.2.0)
- Microsoft.Extensions.Configuration.Binder(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Options(>= 2.2.0)
- Microsoft.Net.Http.Headers(>= 2.2.0)
- System.Memory(>= 4.5.1)
- System.Numerics.Vectors(>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe(>= 4.5.1)
- System.Security.Cryptography.Cng(>= 4.5.0)
- System.Threading.Tasks.Extensions(>= 4.5.1)
Tags