Microsoft.AspNetCore.Hosting
2.0.0
See the version list below for details.
Install-Package Microsoft.AspNetCore.Hosting -Version 2.0.0
dotnet add package Microsoft.AspNetCore.Hosting --version 2.0.0
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.0.0" />
paket add Microsoft.AspNetCore.Hosting --version 2.0.0
#r "nuget: Microsoft.AspNetCore.Hosting, 2.0.0"
// Install Microsoft.AspNetCore.Hosting as a Cake Addin
#addin nuget:?package=Microsoft.AspNetCore.Hosting&version=2.0.0
// Install Microsoft.AspNetCore.Hosting as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.Hosting&version=2.0.0
ASP.NET Core hosting infrastructure and startup logic for web applications.
| Product | Versions |
|---|---|
| .NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
| .NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
| .NET Standard | netstandard2.0 netstandard2.1 |
| .NET Framework | net461 net462 net463 net47 net471 net472 net48 |
| MonoAndroid | monoandroid |
| MonoMac | monomac |
| MonoTouch | monotouch |
| Tizen | tizen40 tizen60 |
| Xamarin.iOS | xamarinios |
| Xamarin.Mac | xamarinmac |
| Xamarin.TVOS | xamarintvos |
| Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.0.0)
- Microsoft.AspNetCore.Hosting.Server.Abstractions (>= 2.0.0)
- Microsoft.AspNetCore.Http (>= 2.0.0)
- Microsoft.AspNetCore.Http.Extensions (>= 2.0.0)
- Microsoft.Extensions.Configuration (>= 2.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 2.0.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 2.0.0)
- Microsoft.Extensions.DependencyInjection (>= 2.0.0)
- Microsoft.Extensions.FileProviders.Physical (>= 2.0.0)
- Microsoft.Extensions.Logging (>= 2.0.0)
- Microsoft.Extensions.Options (>= 2.0.0)
- System.Diagnostics.DiagnosticSource (>= 4.4.1)
- System.Reflection.Metadata (>= 1.5.0)
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 |