From fb937c509d4f75757186c25bbe139f9fc227c00d Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 12 May 2014 19:12:08 -0700 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..1dbf89ce85 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +Hosting +======= + +The Hosting repo contains code required to host an ASP.NET vNext application, it is the entry point used when self-hosting an application. + +This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the [Home](https://github.com/aspnet/home) repo.