Go to file
Nate McMaster 36404036a9 Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 15:54:32 -08:00
build Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 15:54:32 -08:00
samples
shared
src Update property name to match naming scheme 2017-11-20 15:51:17 -08:00
test Disable flaky shutdown test (#1274) 2017-11-15 13:09:54 -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 Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1 2017-11-17 13:00:25 -08:00
Hosting.sln
LICENSE.txt
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 15:54:32 -08:00
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt
korebuild.json
run.cmd
run.ps1
run.sh
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.