aspnetcore/samples/MvcMinimalSample.Web
Tugberk Ugurlu 81f8b3edfb removed packExclude from unnecessary places, replaced it with
publishExclude and removed kproj and xproj excludes
2015-07-20 16:49:59 -07:00
..
wwwroot
HomeController.cs
MvcMinimalSample.Web.xproj Cleanup .xproj files to avoid future churn 2015-07-17 09:07:23 -07:00
Startup.cs Add basic startup experience for MVC.Core 2015-07-08 17:16:07 -07:00
project.json removed packExclude from unnecessary places, replaced it with 2015-07-20 16:49:59 -07:00
readme.md Add or update sample `readme.md` files 2015-06-26 21:15:18 -07:00

readme.md

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.