From e61aa05b7206c1bc0d4c69bfdd0caa2a69375252 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Wed, 20 Mar 2019 09:33:31 -0700 Subject: [PATCH] Fix #7477 by updating HttpSys readme (#8662) We changed the README to "archived" before merging this repo into mondo repo. Whoops :). --- src/Servers/HttpSys/README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/Servers/HttpSys/README.md b/src/Servers/HttpSys/README.md index abf9cf99f7..380919f828 100644 --- a/src/Servers/HttpSys/README.md +++ b/src/Servers/HttpSys/README.md @@ -1,8 +1,4 @@ -HttpSysServer [Archived] -======================== - -**This GitHub project has been archived.** Ongoing development on this project can be found in . +HttpSysServer +============= This repo contains a web server for ASP.NET Core based on the Windows [Http Server API](https://msdn.microsoft.com/en-us/library/windows/desktop/aa364510.aspx). - -This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [AspNetCore](https://github.com/aspnet/AspNetCore) repo.