Microsoft.AspNetCore.Hosting.Abstractions
2.0.3
ASP.NET Core hosting and startup abstractions 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.Abstractions -Version 2.0.3
dotnet add package Microsoft.AspNetCore.Hosting.Abstractions --version 2.0.3
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNetCore.Hosting.Abstractions --version 2.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.AspNetCore.Hosting.Abstractions, 2.0.3"
#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.Abstractions as a Cake Addin
#addin nuget:?package=Microsoft.AspNetCore.Hosting.Abstractions&version=2.0.3
// Install Microsoft.AspNetCore.Hosting.Abstractions as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.Hosting.Abstractions&version=2.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- Microsoft.AspNetCore.Hosting.Server.Abstractions (>= 2.0.3)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.0.3)
- Microsoft.Extensions.Configuration.Abstractions (>= 2.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.0.0)
- Microsoft.Extensions.FileProviders.Abstractions (>= 2.0.1)
- Microsoft.Extensions.Hosting.Abstractions (>= 2.0.3)
- Microsoft.Extensions.Logging.Abstractions (>= 2.0.2)
Used By
NuGet packages (22)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Hosting.Abstractions:
| Package | Downloads |
|---|---|
|
Microsoft.VisualStudio.Web.BrowserLink
A middleware that supports creating a communication channel between the development environment and one or more web browsers.
This package was built from the source code at https://github.com/aspnet/BrowserLink/tree/8cd3e0844d74975060a2bb1abb1e0a5ff943ce45
|
|
|
Microsoft.AspNetCore.Rewrite
ASP.NET Core basic middleware for rewriting URLs. Includes:
* Support for custom URL rewrite rules
* Support for running IIS URL Rewrite module rules
* Support for running Apache mod_rewrite rules.
This package was built from the source code at https://github.com/aspnet/BasicMiddleware/tree/2d3ad1cb0f9872da40c6d143ce4554563971ae04
|
|
|
Microsoft.AspNetCore.HttpsPolicy
ASP.NET Core basic middleware for supporting HTTPS Redirection and HTTP Strict-Transport-Security.
This package was built from the source code at https://github.com/aspnet/BasicMiddleware/tree/2d3ad1cb0f9872da40c6d143ce4554563971ae04
|
|
|
Microsoft.AspNetCore.Server.IISIntegration
ASP.NET Core components for working with the IIS AspNetCoreModule.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/ce8cf65589734f82b0536c543aba5bd60d0a5a98
|
|
|
Microsoft.AspNetCore.Hosting
ASP.NET Core hosting infrastructure and startup logic for web applications.
This package was built from the source code at https://github.com/aspnet/Hosting/tree/0724e6cde1149ee1a19bfec9c13a2c9327b71213
|