Go to file
Nate McMaster d3fb5e76f1 Remove dependency on a custom task to detect when compiling on macOS (#1987)
MSBuild.IsOSPlatform is new to MSBuild 15.3 and can be used to determine when we are building on macOS.
2017-08-09 16:48:02 -07:00
.vscode Shorten folder names 2017-07-28 11:11:55 -07:00
build Consume corefxlab packages and private build of C# compiler (#1976) 2017-08-07 13:58:19 -07:00
samples Consume corefxlab packages and private build of C# compiler (#1976) 2017-08-07 13:58:19 -07:00
src Consume corefxlab packages and private build of C# compiler (#1976) 2017-08-07 13:58:19 -07:00
test Remove dependency on a custom task to detect when compiling on macOS (#1987) 2017-08-09 16:48:02 -07:00
tools/CodeGenerator Consume corefxlab packages and private build of C# compiler (#1976) 2017-08-07 13:58:19 -07:00
.gitattributes
.gitignore Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:07 -07:00
.travis.yml Shorten folder names 2017-07-28 11:11:55 -07:00
CONTRIBUTING.md
KestrelHttpServer.sln Shorten folder names 2017-07-28 11:11:55 -07:00
LICENSE.txt
NuGet.config Consume corefxlab packages and private build of C# compiler (#1976) 2017-08-07 13:58:19 -07:00
NuGetPackageVerifier.json
README.md
ToProjectReferences.ps1
appveyor.yml
build.cmd Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:07 -07:00
build.ps1 Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:07 -07:00
build.sh Ensure fallback to curl after failed wget 2017-08-02 14:32:33 -07:00
version.xml Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:33:07 -07:00

README.md

KestrelHttpServer

Join the chat at https://gitter.im/aspnet/KestrelHttpServer

AppVeyor: AppVeyor

Travis: Travis

This repo contains a cross-platform web server for ASP.NET Core.

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.