Go to file
ASP.NET CI ef69aa833b Update dependencies.props
[auto-updated: dependencies]
2018-09-23 19:14:22 +00:00
.vsts-pipelines/builds Update infrastructure for the 2.2 release 2018-06-28 16:19:48 -07:00
build Update dependencies.props 2018-09-23 19:14:22 +00:00
samples Move AddCommandLine in SampleStartups (#1449) 2018-06-06 15:25:31 -07:00
shared/Internal.WebHostBuilderFactory.Sources Rename WebHostBuilderFactory (#1505) 2018-07-25 16:44:20 -07:00
src Don't hold onto the HttpContext in the HostingLogScope (#1531) 2018-08-27 11:59:56 -07:00
test Rename WebHostBuilderFactory (#1505) 2018-07-25 16:44:20 -07:00
.appveyor.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
.gitattributes
.gitignore Pin tool and package versions to make build more repeatable 2017-10-31 13:04:32 -07:00
.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 Add certificate names for code signing 2018-06-05 22:32:02 -07:00
Directory.Build.targets Upgrade to netcoreapp22 (#1410) 2018-05-08 11:02:12 -07:00
Hosting.sln Sample generic host using MSMQ (#1381) 2018-04-30 11:08:20 -07:00
LICENSE.txt
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 15:54:32 -08:00
NuGetPackageVerifier.json Rename WebHostBuilderFactory (#1505) 2018-07-25 16:44:20 -07:00
README.md
build.cmd Update bootstrappers 2017-10-09 12:42:15 -07:00
build.sh Update bootstrappers 2017-10-09 12:42:15 -07:00
korebuild-lock.txt Update dependencies.props 2018-09-23 19:14:22 +00:00
korebuild.json Update infrastructure for the 2.2 release 2018-06-28 16:19:48 -07:00
run.cmd Update bootstrappers 2017-10-09 12:42:15 -07:00
run.ps1 Update bootstrapper scripts (automated commit) [ci skip] 2018-05-25 16:14:11 -07:00
run.sh Update bootstrapper scripts (automated commit) [ci skip] 2018-05-25 16:14:11 -07:00
version.props Update branding to 2.2.0-preview3 2018-09-05 16:34:22 -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.