Go to file
Nate McMaster e7541e99a7 Upgrade to xunit 2.3.0-beta4 2017-08-22 15:25:22 -07:00
build Upgrade to xunit 2.3.0-beta4 2017-08-22 15:25:22 -07:00
samples/SampleStartups
shared/Microsoft.AspNetCore.Certificates.Configuration.Sources
src Fix case sensitivity on Startup classes and methods (#1166) 2017-08-18 09:45:12 -07:00
test Upgrade to xunit 2.3.0-beta4 2017-08-22 15:25:22 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Hosting.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.sh Ensure fallback to curl after failed wget 2017-08-02 14:31:48 -07:00
version.xml

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.