Add or update sample `readme.md` files

- #2731
This commit is contained in:
Doug Bunting 2015-06-26 21:15:18 -07:00
parent 7c426f7835
commit 4d5604690d
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
MvcMinimalSample.Web
===
This sample web project illustrates a minimal site using `Microsoft.AspNet.Mvc.Core`.
Please build from root (`.\build.cmd` on Windows; `./build.sh` elsewhere) before using this site.

View File

@ -0,0 +1,4 @@
MvcSample.Web
===
This sample web project illustrates various MVC 6 features. Please build from root
(`.\build.cmd` on Windows; `./build.sh` elsewhere) before using this site.

View File

@ -0,0 +1,4 @@
TagHelperSample.Web
===
This sample web project illustrates TagHelper use. Please build from root
(`.\build.cmd` on Windows; `./build.sh` elsewhere) before using this site.