Go to file
ASP.NET CI 0724e6cde1
Update package branding for 2.2 RTM
2018-10-16 12:48:14 -07:00
.vsts-pipelines/builds Update infrastructure for the 2.2 release 2018-06-28 16:19:48 -07:00
build Update dependencies.props 2018-10-07 19:15:05 +00:00
samples
…
shared/Internal.WebHostBuilderFactory.Sources Rename WebHostBuilderFactory (#1505) 2018-07-25 16:44:20 -07:00
src Remove RestoreOnPublish parameter (#1533) 2018-10-09 10:41:52 -07:00
test Rename WebHostBuilderFactory (#1505) 2018-07-25 16:44:20 -07:00
.appveyor.yml
…
.gitattributes
…
.gitignore
…
.travis.yml Update dependencies.props to 2.1.0-preview-28193, build tools to 2.1.0-preview1-1010 [ci skip] 2018-01-31 15:01:11 -08:00
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
…
NuGet.config
…
NuGetPackageVerifier.json Rename WebHostBuilderFactory (#1505) 2018-07-25 16:44:20 -07:00
README.md
…
build.cmd
…
build.sh
…
korebuild-lock.txt Update dependencies.props 2018-10-07 19:15:05 +00:00
korebuild.json Update infrastructure for the 2.2 release 2018-06-28 16:19:48 -07:00
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 Update package branding for 2.2 RTM 2018-10-16 12:48:14 -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.