Go to file
Doug Bunting bb2e76c7f1 Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 18:57:23 -08:00
content
samples Remove project name from output path 2016-03-02 18:57:23 -08:00
src Remove project name from output path 2016-03-02 18:57:23 -08:00
test Remove project name from output path 2016-03-02 18:57:23 -08:00
tools Remove project name from output path 2016-03-02 18:57:23 -08:00
.gitattributes
.gitignore
.travis.yml Enable OSX builds on Travis (#660). 2016-03-01 15:58:00 -08:00
CONTRIBUTING.md
KestrelHttpServer.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.sh
global.json
makefile.shade

README.md

KestrelHttpServer

AppVeyor: AppVeyor

Travis: Travis

This repo contains a web server for ASP.NET 5 based on libuv.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.