Go to file
Doug Bunting d35e4c9550 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:11:07 -08:00
build Convert from project.json to csproj 2017-02-06 11:45:36 -08:00
samples Convert from project.json to csproj 2017-02-06 11:45:36 -08:00
src/Microsoft.AspNetCore.Server.HttpSys Convert from project.json to csproj 2017-02-06 11:45:36 -08:00
test Bump test projects up to .NET 4.5.2 2017-02-14 09:11:07 -08:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config Convert from project.json to csproj 2017-02-06 11:45:36 -08:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:41:34 -08:00
README.md Update README.md 2017-01-05 14:48:00 -08:00
WebListener.sln Convert from project.json to csproj 2017-02-06 11:45:36 -08:00
appveyor.yml Convert from project.json to csproj 2017-02-06 11:45:36 -08:00
build.cmd
build.ps1 Convert from project.json to csproj 2017-02-06 11:45:36 -08:00
build.sh Convert from project.json to csproj 2017-02-06 11:45:36 -08:00
version.props Convert from project.json to csproj 2017-02-06 11:45:36 -08:00

README.md

HttpSysServer

AppVeyor Travis
AppVeyor Travis

This repo contains a web server for ASP.NET Core based on the Windows Http Server API.

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.