Go to file
Chris Ross (ASP.NET) ca0bd0deae Merge branch 'release/2.2' 2018-10-03 12:27:11 -07:00
.vsts-pipelines/builds
build Merge branch 'release/2.2' 2018-10-03 12:27:11 -07:00
samples
shared/Internal.WebHostBuilderFactory.Sources
src automated: merge branch release/2.2 2018-09-28 17:27:30 -07:00
test
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:33 -07:00
Directory.Build.targets
Hosting.sln
LICENSE.txt Update LICENSE.txt 2018-09-27 15:32:13 -07:00
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt Update dependencies.props 2018-09-30 12:14:34 -07:00
korebuild.json
run.cmd
run.ps1 automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:33 -07:00
run.sh automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:33 -07:00
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.