Go to file
Henk Mollema cfab182399 Revert "Inherit web IHostingEnvironment and IApplicationEnvironment from the Generic Host one (#1461)" (#1467)
This reverts commit 8672b1b04a.
2018-06-18 10:47:17 -07:00
.vsts-pipelines/builds Adding VSTS file 2018-06-07 16:24:35 -07:00
build Update dependencies.props 2018-06-07 19:34:54 +00:00
samples Move AddCommandLine in SampleStartups (#1449) 2018-06-06 15:25:31 -07:00
shared/Microsoft.AspNetCore.Hosting.WebHostBuilderFactory.Sources
src Revert "Inherit web IHostingEnvironment and IApplicationEnvironment from the Generic Host one (#1461)" (#1467) 2018-06-18 10:47:17 -07:00
test
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props Add certificate names for code signing 2018-06-05 22:32:02 -07:00
Directory.Build.targets
Hosting.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt Update dependencies.props 2018-06-07 19:34:54 +00:00
korebuild.json
run.cmd
run.ps1
run.sh
version.props

README.md

Hosting

AppVeyor: AppVeyor

Travis: Travis

The Hosting repo contains code required to host an ASP.NET Core application, it is the entry point used when self-hosting an application.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.