From 91ee6ed48455cba2b630a0ac04cda78319efbf45 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Sun, 13 Jul 2014 21:46:00 -0700 Subject: [PATCH] Renamed configurations to frameworks in project.json --- samples/ErrorPageSample/project.json | 6 +++--- samples/WelcomePageSample/project.json | 6 +++--- src/Microsoft.AspNet.Diagnostics/project.json | 6 +++--- src/PageGenerator/project.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/samples/ErrorPageSample/project.json b/samples/ErrorPageSample/project.json index c518f2c67c..478d52a3dc 100644 --- a/samples/ErrorPageSample/project.json +++ b/samples/ErrorPageSample/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Helios" : "1.0.0-*", "Microsoft.AspNet.Diagnostics": "", @@ -8,7 +8,7 @@ "Microsoft.AspNet.Server.WebListener": "1.0.0-*" }, "commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" }, - "configurations": { + "frameworks": { "net45": {}, "k10": { "dependencies": { @@ -30,4 +30,4 @@ } } } -} \ No newline at end of file +} diff --git a/samples/WelcomePageSample/project.json b/samples/WelcomePageSample/project.json index 41b869f7dc..e3a968da77 100644 --- a/samples/WelcomePageSample/project.json +++ b/samples/WelcomePageSample/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Helios" : "1.0.0-*", "Microsoft.AspNet.Diagnostics": "", @@ -8,7 +8,7 @@ "Microsoft.AspNet.Server.WebListener": "1.0.0-*" }, "commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" }, - "configurations": { + "frameworks": { "net45": { }, "k10": { "dependencies": { @@ -30,4 +30,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.Diagnostics/project.json b/src/Microsoft.AspNet.Diagnostics/project.json index a8510989a9..aca3fd7503 100644 --- a/src/Microsoft.AspNet.Diagnostics/project.json +++ b/src/Microsoft.AspNet.Diagnostics/project.json @@ -1,11 +1,11 @@ -{ +{ "version": "1.0.0-*", "dependencies": { "Microsoft.AspNet.FeatureModel": "1.0.0-*", "Microsoft.AspNet.Http": "1.0.0-*", "Microsoft.AspNet.PipelineCore": "1.0.0-*" }, - "configurations": { + "frameworks": { "net45": {}, "k10": { "dependencies": { @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/PageGenerator/project.json b/src/PageGenerator/project.json index f82ec25f9f..dd585fb82a 100644 --- a/src/PageGenerator/project.json +++ b/src/PageGenerator/project.json @@ -6,7 +6,7 @@ "Microsoft.Framework.Runtime.Interfaces": "1.0.0-*" }, - "configurations" : { + "frameworks" : { "net45" : { "dependencies": { "System.Runtime": ""