Go to file
Luke Latham ba88bdfd5e Move AddCommandLine in SampleStartups (#1449) 2018-06-06 15:25:31 -07:00
build Update dependencies.props 2018-06-03 19:14:10 +00:00
samples Move AddCommandLine in SampleStartups (#1449) 2018-06-06 15:25:31 -07:00
shared/Microsoft.AspNetCore.Hosting.WebHostBuilderFactory.Sources
src Allow running some IIS Express variants without publishing #1431 2018-05-31 15:15:04 -07:00
test Refactor integration testing for test matrix generation. 2018-05-16 09:51:50 -07:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
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
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt Add certificate names for code signing 2018-06-05 22:32:02 -07:00
korebuild.json Branching for 2.1.0-rc1 2018-04-16 16:57:14 -07:00
run.cmd
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 Merge branch 'release/2.1' into dev 2018-04-30 15:39:32 -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.