[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:
parent
10ec9144ca
commit
c67ea208b2
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"webroot": "wwwroot",
|
||||
"version": "1.0.0-*",
|
||||
"exclude": [
|
||||
"wwwroot"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue