Go to file
Pavel Krymets 19839ed308
Revert "Merge pull request #1494 from aspnet/revert-1493-pakrym/useiis" (#1496)
This reverts commit 7a0a1ee50b, reversing
changes made to ec0b7ab2cd.
2018-07-17 21:05:59 -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-07-15 12:13:31 -07:00
samples Move AddCommandLine in SampleStartups (#1449) 2018-06-06 15:25:31 -07:00
shared/Microsoft.AspNetCore.Hosting.WebHostBuilderFactory.Sources
src Revert "Merge pull request #1494 from aspnet/revert-1493-pakrym/useiis" (#1496) 2018-07-17 21:05:59 -07:00
test
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
Hosting.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt Update dependencies.props 2018-07-08 12:13:44 -07:00
korebuild.json Update infrastructure for the 2.2 release 2018-06-28 16:19:48 -07:00
run.cmd
run.ps1
run.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.