Go to file
David Fowler 29a4f302d8 Remove non-essential platform services
- Remove services that can be registered by the application itself.
- These services use to come from the DNX but now they are stand alone
implementations that can be registered by applications if they choose.

#501
2015-12-07 21:58:12 -08:00
src Remove non-essential platform services 2015-12-07 21:58:12 -08:00
test Diabling async TestHost.Tests on Mono #507 2015-12-03 11:12:26 -08:00
tools Strong name everything. 2015-11-02 15:50:03 -08:00
.gitattributes
.gitignore
.travis.yml Move Travis to supported Linux distribution 2015-11-17 12:44:12 -08:00
CONTRIBUTING.md
Hosting.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.sh
global.json
makefile.shade

README.md

Hosting

AppVeyor: AppVeyor

Travis: Travis

The Hosting repo contains code required to host an ASP.NET 5 application, it is the entry point used when self-hosting an application.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.