[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
Перейти к файлу
Nate McMaster 1da228d28f
Update README.md
2018-11-20 10:39:12 -08:00
.vsts-pipelines/builds [automated] Change default branch to master 2018-07-02 12:40:20 -07:00
build Update dependencies.props 2018-10-07 19:15:05 +00:00
samples Added support for generic host based IWebHostBuilder (#1580) 2018-11-13 21:22:30 -08:00
shared/Internal.WebHostBuilderFactory.Sources Rename WebHostBuilderFactory (#1505) 2018-07-25 16:44:20 -07:00
src Add TestServer support for generic WebHost #1583 2018-11-19 14:55:18 -08:00
test Add TestServer support for generic WebHost #1583 2018-11-19 14:55:18 -08:00
.appveyor.yml [automated] Change default branch to master 2018-07-02 12:40:20 -07:00
.gitattributes Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:32:06 -07:00
.gitignore Pin tool and package versions to make build more repeatable 2017-10-31 13:04:32 -07:00
.travis.yml [automated] Change default branch to master 2018-07-02 12:40:20 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-07-24 10:50:50 -07:00
Directory.Build.props automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:33 -07:00
Directory.Build.targets Upgrade to netcoreapp22 (#1410) 2018-05-08 11:02:12 -07:00
Hosting.sln Sample generic host using MSMQ (#1381) 2018-04-30 11:08:20 -07:00
LICENSE.txt Update LICENSE.txt 2018-09-27 15:32:13 -07:00
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 15:54:32 -08:00
NuGetPackageVerifier.json Rename WebHostBuilderFactory (#1505) 2018-07-25 16:44:20 -07:00
README.md Update README.md 2018-11-20 10:39:12 -08:00
build.cmd Update bootstrappers 2017-10-09 12:42:15 -07:00
build.sh Update bootstrappers 2017-10-09 12:42:15 -07:00
korebuild-lock.txt Update dependencies.props 2018-10-07 19:15:05 +00:00
korebuild.json [automated] Change default branch to master 2018-07-02 12:40:20 -07:00
run.cmd Update bootstrappers 2017-10-09 12:42:15 -07:00
run.ps1 automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:33 -07:00
run.sh automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:33 -07:00
version.props Update branding to 2.2.0-preview3 2018-09-05 16:34:22 -07:00

README.md

Hosting [Archived]

This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore and https://github.com/aspnet/Extensions.

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 AspNetCore repo.