Go to file
ASP.NET CI 515bc2e66d Update dependencies.props
[auto-updated: dependencies]
2018-02-09 11:42:22 -08:00
build Update dependencies.props 2018-02-09 11:42:22 -08:00
samples
shared/Microsoft.AspNetCore.Hosting.WebHostBuilderFactory.Sources [Fixes #1301] Remove Microsoft.AspNetCore.Certificates.Configuration.Sources 2017-12-30 12:26:26 -08:00
src Fixing small typo in a comment (#1328) 2018-02-06 07:57:28 -08:00
test Allow overriding the hosting service provider (#1325) 2018-01-31 16:03:40 -08:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
Hosting.sln [Fixes #1301] Remove Microsoft.AspNetCore.Certificates.Configuration.Sources 2017-12-30 12:26:26 -08:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json [Fixes #1301] Remove Microsoft.AspNetCore.Certificates.Configuration.Sources 2017-12-30 12:26:26 -08:00
README.md
build.cmd
build.sh
korebuild-lock.txt Update dependencies.props 2018-02-09 11:42:22 -08:00
korebuild.json
run.cmd
run.ps1
run.sh
version.props Updating version to preview2 2018-01-24 15:00:27 -08: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.