Go to file
Nate McMaster 1f5379e38d
Merge branch 'release/2.1' into dev
2018-03-02 14:11:38 -08:00
build Update dependencies.props 2018-02-26 11:01:17 -08:00
samples
…
shared/Microsoft.AspNetCore.Hosting.WebHostBuilderFactory.Sources [Fixes #1295] Provide a better exception message when BuildWebHost does not match (#1333) 2018-03-01 12:06:58 -08:00
src Merge branch 'release/2.1' into dev 2018-03-02 14:11:38 -08:00
test [Fixes #1295] Provide a better exception message when BuildWebHost does not match (#1333) 2018-03-01 12:06:58 -08:00
.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-02-26 11:01:17 -08:00
korebuild.json
…
run.cmd
…
run.ps1
…
run.sh
…
version.props Merge branch 'release/2.1' into dev 2018-03-02 14:11:38 -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.