Go to file
Pranav K c4ea355ddf Allow for an alternate application name to be used as part of deployment. (#945)
This lets us test applications that are compiled with a different assembly name
2017-02-15 17:20:16 -08:00
build Downgrade to stable packages 2017-02-15 12:28:55 -08:00
samples/SampleStartups Upgrade to VS 2017 2017-02-01 10:35:51 -08:00
src Allow for an alternate application name to be used as part of deployment. (#945) 2017-02-15 17:20:16 -08:00
test Enable configuring the default service provider (#943) 2017-02-14 21:25:43 -08:00
.gitattributes
.gitignore
.travis.yml Update .travis.yml osx image to xcode7.3. 2016-12-08 10:03:07 -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
appveyor.yml Upgrade to VS 2017 2017-02-01 10:35:51 -08:00
build.cmd
build.ps1 Upgrade to VS 2017 2017-02-01 10:35:51 -08:00
build.sh Upgrade to VS 2017 2017-02-01 10:35:51 -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.