Go to file
Chris Ross (ASP.NET) fbe2c6fa10 React to HttpClient default protocol breaking change 2018-03-02 15:48:15 -08:00
build React to HttpClient default protocol breaking change 2018-03-02 15:48:15 -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 React to HttpClient default protocol breaking change 2018-03-02 15:48:15 -08:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
Hosting.sln React to HttpClient default protocol breaking change 2018-03-02 15:48:15 -08:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt
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.