[quick fix] Remove `version` property from `project.json` for LoggingWebSite

- avoid warning when building Microsoft.AspNet.Mvc.FunctionalTests project
- now consistent w/ other web sites in this repo
  - all but MvcMinimalSample.Web and that isn't used in functional tests
This commit is contained in:
Doug Bunting 2015-09-18 21:28:15 -07:00
parent 10ec9144ca
commit c67ea208b2
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
{
"webroot": "wwwroot",
"version": "1.0.0-*",
"exclude": [
"wwwroot"
],