Go to file
Kiran Challa 0846e13b06 RemoteWindowsDeployer: Changing current working directory to the app output folder 2017-03-08 21:58:48 -08:00
build React to aspnet/Korebuild#160 2017-02-16 09:49:50 -08:00
samples/SampleStartups Upgrade to VS 2017 2017-02-01 10:35:51 -08:00
src RemoteWindowsDeployer: Changing current working directory to the app output folder 2017-03-08 21:58:48 -08:00
test Remove addition of default address to IServerAddressesFeature when none is specified 2017-03-02 15:12:52 -08:00
.gitattributes
.gitignore
.travis.yml Update AppVeyor and Travis settings 2017-03-01 18:25:52 -08:00
CONTRIBUTING.md
Hosting.sln Upgrade to VS 2017 2017-02-01 10:35:51 -08:00
LICENSE.txt
NuGet.config Upgrade to VS 2017 2017-02-01 10:35:51 -08:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:40:16 -08:00
README.md Asp.Net Core update to readme 2016-03-10 11:52:36 -06:00
appveyor.yml Update AppVeyor and Travis settings 2017-03-01 18:25:52 -08:00
build.cmd
build.ps1 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:14 -08:00
build.sh Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:14 -08:00
version.props Upgrade to VS 2017 2017-02-01 10:35:51 -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.