Go to file
Pranav K a2cef1cebb Branching for 2.1.0-preview1 2018-01-23 15:31:04 -08:00
build Branching for 2.1.0-preview1 2018-01-23 15:31:04 -08:00
samples
shared/Microsoft.AspNetCore.Hosting.WebHostBuilderFactory.Sources [Fixes #1301] Remove Microsoft.AspNetCore.Certificates.Configuration.Sources 2017-12-30 12:26:26 -08:00
src Add missing baselines 2017-12-28 11:46:56 -08:00
test [Fixes #1301] Remove Microsoft.AspNetCore.Certificates.Configuration.Sources 2017-12-30 12:26:26 -08:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 15:54:32 -08:00
Directory.Build.targets
Hosting.sln [Fixes #1301] Remove Microsoft.AspNetCore.Certificates.Configuration.Sources 2017-12-30 12:26:26 -08:00
LICENSE.txt
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 15:54:32 -08:00
NuGetPackageVerifier.json [Fixes #1301] Remove Microsoft.AspNetCore.Certificates.Configuration.Sources 2017-12-30 12:26:26 -08:00
README.md
build.cmd
build.sh
korebuild-lock.txt Branching for 2.1.0-preview1 2018-01-23 15:31:04 -08:00
korebuild.json
run.cmd
run.ps1 Update bootstrappers 2017-12-04 12:31:02 -08:00
run.sh Update bootstrappers 2017-12-04 12:31:02 -08:00
version.props

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.