Go to file
John Luo c812e9ae6f Doc comments: Add period at the end of the sentence. 2017-05-03 15:13:00 -07:00
build Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 20:54:26 -07:00
samples/SampleStartups
src Doc comments: Add period at the end of the sentence. 2017-05-03 15:13:00 -07:00
test React to Logging API changes 2017-05-01 10:19:51 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Hosting.sln Move IHostedService to new Microsoft.Extensions.Hosting.Abstractions package. 2017-04-26 14:06:11 -07:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.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.