Go to file
Chris R b7c9b24193 Update the IIS Express deployer to use the new ANCM package layout. 2016-11-21 16:13:55 -08:00
samples/SampleStartups Updating versions to 1.2.0-* 2016-11-09 14:17:46 -08:00
src Update the IIS Express deployer to use the new ANCM package layout. 2016-11-21 16:13:55 -08:00
test Updating versions to 1.2.0-* 2016-11-09 14:17:46 -08:00
tools
.gitattributes
.gitignore
.travis.yml Increase .travis.yml consistency between repos 2016-09-04 19:48:49 -07:00
CONTRIBUTING.md
Hosting.sln Add test for SIGTERM functionality (#878) 2016-11-08 09:58:45 -08:00
LICENSE.txt
NuGet.config Branching for 1.1.0 2016-11-09 11:30:51 -08:00
NuGetPackageVerifier.json Updating NuGetPackageVerifier.json to account for project rename 2016-08-15 16:35:48 -07:00
README.md
appveyor.yml
build.cmd
build.ps1 Branching for 1.1.0 2016-11-09 11:30:51 -08:00
build.sh Clean tmp folder after unzipping KoreBuild 2016-11-18 10:57:00 -08:00
global.json This change introduces a new service `IStartup` that can be registered in the hosting container to override any startup logic. `UseStartup` overloads have been changed to detect `IStartup` and directly put it in the container, or to wrapping it with a `ConventionBasedStartup` implementation to preserve the existing behavior. 2016-04-18 21:33:03 -07:00

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.