Microsoft.AspNetCore.Hosting
1.0.0
ASP.NET Core hosting infrastructure and startup logic for web applications.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.AspNetCore.Hosting -Version 1.0.0
dotnet add package Microsoft.AspNetCore.Hosting --version 1.0.0
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNetCore.Hosting --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.AspNetCore.Hosting, 1.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.AspNetCore.Hosting as a Cake Addin
#addin nuget:?package=Microsoft.AspNetCore.Hosting&version=1.0.0
// Install Microsoft.AspNetCore.Hosting as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.Hosting&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.5.1
- Microsoft.AspNetCore.Hosting.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Hosting.Server.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Http (>= 1.0.0)
- Microsoft.AspNetCore.Http.Extensions (>= 1.0.0)
- Microsoft.Extensions.Configuration (>= 1.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection (>= 1.0.0)
- Microsoft.Extensions.FileProviders.Physical (>= 1.0.0)
- Microsoft.Extensions.Logging (>= 1.0.0)
- Microsoft.Extensions.Options (>= 1.0.0)
- Microsoft.Extensions.PlatformAbstractions (>= 1.0.0)
- System.Diagnostics.DiagnosticSource (>= 4.0.0)
- System.Reflection.Metadata (>= 1.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0)
-
.NETStandard 1.3
- Microsoft.AspNetCore.Hosting.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Hosting.Server.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Http (>= 1.0.0)
- Microsoft.AspNetCore.Http.Extensions (>= 1.0.0)
- Microsoft.Extensions.Configuration (>= 1.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection (>= 1.0.0)
- Microsoft.Extensions.FileProviders.Physical (>= 1.0.0)
- Microsoft.Extensions.Logging (>= 1.0.0)
- Microsoft.Extensions.Options (>= 1.0.0)
- Microsoft.Extensions.PlatformAbstractions (>= 1.0.0)
- System.Console (>= 4.0.0)
- System.Diagnostics.DiagnosticSource (>= 4.0.0)
- System.Diagnostics.StackTrace (>= 4.0.1)
- System.Reflection.Extensions (>= 4.0.1)
- System.Reflection.Metadata (>= 1.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0)
Used By
NuGet packages (10)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Hosting:
| Package | Downloads |
|---|---|
|
Microsoft.ApplicationInsights.AspNetCore
Application Insights for ASP.NET Core web applications. See https://azure.microsoft.com/en-us/documentation/articles/app-insights-asp-net-five/ for more information. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
|
|
|
Microsoft.AspNetCore.Hosting.WindowsServices
ASP.NET Core hosting infrastructure and startup logic for web applications running within a Windows service.
|
|
|
Microsoft.AspNetCore.Server.HttpSys
ASP.NET Core HTTP server that uses the Windows HTTP Server API.
This package was built from the source code at https://github.com/aspnet/HttpSysServer/tree/3e08bf8833827737a5bd1b64210c7a5e8e2941ec
|
|
|
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
This package was built from the source code at https://github.com/aspnet/AzureIntegration/tree/031a2ed214529194d95d8deed50287760163ffae
|
|
|
Microsoft.AspNetCore.Server.Kestrel
ASP.NET Core Kestrel cross-platform web server.
This package was built from the source code at https://github.com/aspnet/KestrelHttpServer/tree/5db6394769e229139cbf8538ec73253ce76e735b
|