From c67ea208b2637be3a2e34f9c974c7e73f6bf42fc Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Fri, 18 Sep 2015 21:28:15 -0700 Subject: [PATCH] [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 --- test/WebSites/LoggingWebSite/project.json | 1 - 1 file changed, 1 deletion(-) diff --git a/test/WebSites/LoggingWebSite/project.json b/test/WebSites/LoggingWebSite/project.json index ec54bab7c1..ea43fc293c 100644 --- a/test/WebSites/LoggingWebSite/project.json +++ b/test/WebSites/LoggingWebSite/project.json @@ -1,6 +1,5 @@ { "webroot": "wwwroot", - "version": "1.0.0-*", "exclude": [ "wwwroot" ],