Go to file
Doug Bunting 118216b20a Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows
2017-02-14 09:01:18 -08:00
build Upgrade to VS 2017 2017-02-01 10:35:51 -08:00
samples/SampleStartups Upgrade to VS 2017 2017-02-01 10:35:51 -08:00
src Faster RequestServices (#941) 2017-02-14 08:37:38 -08:00
test Bump test projects up to .NET 4.5.2 2017-02-14 09:01:18 -08:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Hosting.sln Upgrade to VS 2017 2017-02-01 10:35:51 -08:00
LICENSE.txt
NuGet.config Upgrade to VS 2017 2017-02-01 10:35:51 -08:00
NuGetPackageVerifier.json
README.md
appveyor.yml Upgrade to VS 2017 2017-02-01 10:35:51 -08:00
build.cmd
build.ps1 Upgrade to VS 2017 2017-02-01 10:35:51 -08:00
build.sh Upgrade to VS 2017 2017-02-01 10:35:51 -08:00
version.props Upgrade to VS 2017 2017-02-01 10:35:51 -08:00

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.