[Archived] Code for hosting and starting up an ASP.NET Core application. Project moved to https://github.com/aspnet/Extensions and https://github.com/aspnet/AspNetCore
Перейти к файлу
Pavel Krymets 658906bf7c
Add TestApplication to allow publish output caching (#1511)
2018-07-31 16:36:31 -07:00
.vsts-pipelines/builds Update infrastructure for the 2.2 release 2018-06-28 16:19:48 -07:00
build Add TestApplication to allow publish output caching (#1511) 2018-07-31 16:36:31 -07:00
samples
shared/Internal.WebHostBuilderFactory.Sources Rename WebHostBuilderFactory (#1505) 2018-07-25 16:44:20 -07:00
src Add TestApplication to allow publish output caching (#1511) 2018-07-31 16:36:31 -07:00
test Rename WebHostBuilderFactory (#1505) 2018-07-25 16:44:20 -07:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
Hosting.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json Rename WebHostBuilderFactory (#1505) 2018-07-25 16:44:20 -07:00
README.md
build.cmd
build.sh
korebuild-lock.txt Update dependencies.props 2018-07-29 12:12:44 -07:00
korebuild.json Update infrastructure for the 2.2 release 2018-06-28 16:19:48 -07:00
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.