Go to file
Ryan Brandenburg 51b3e82701 OnStarting throws when Response.HasStarted 2017-01-26 10:21:29 -08:00
samples/SampleStartups Updating versions to 1.2.0-* 2016-11-09 14:17:46 -08:00
src OnStarting throws when Response.HasStarted 2017-01-26 10:21:29 -08:00
test OnStarting throws when Response.HasStarted 2017-01-26 10:21:29 -08:00
tools
.gitattributes
.gitignore
.travis.yml Update .travis.yml osx image to xcode7.3. 2016-12-08 10:03:07 -08:00
CONTRIBUTING.md
Hosting.sln Add test for SIGTERM functionality (#878) 2016-11-08 09:58:45 -08:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:40:16 -08:00
README.md
appveyor.yml
build.cmd
build.ps1
build.sh Clean tmp folder after unzipping KoreBuild 2016-11-18 10:57:00 -08:00
global.json Updating to 4.4 CoreFx packages 2016-12-14 14:47:29 -08: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.