Go to file
John Luo b187c1adc4 Add fallback when resolving application name
- Use the name of the EntryAssembly when application name is not specified
2017-08-24 11:00:01 -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 Add fallback when resolving application name 2017-08-24 11:00:01 -07:00
test Add fallback when resolving application name 2017-08-24 11:00:01 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Hosting.sln Add fallback when resolving application name 2017-08-24 11:00:01 -07:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.sh
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.