From ea98a50e43759da81c61af1d9a461cb8484a93f3 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Sun, 13 Jul 2014 22:01:33 -0700 Subject: [PATCH] Renamed configurations to frameworks in project.json --- samples/CookieSample/project.json | 6 +++--- src/Microsoft.AspNet.Security.Cookies/project.json | 6 +++--- src/Microsoft.AspNet.Security/project.json | 6 +++--- test/Microsoft.AspNet.Security.Test/project.json | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/samples/CookieSample/project.json b/samples/CookieSample/project.json index bf8d85053d..ca0d99be0f 100644 --- a/samples/CookieSample/project.json +++ b/samples/CookieSample/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Microsoft.AspNet.FeatureModel": "1.0.0-*", "Microsoft.AspNet.Hosting": "1.0.0-*", @@ -12,7 +12,7 @@ "Microsoft.Framework.DependencyInjection": "1.0.0-*" }, "commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345" }, - "configurations": { + "frameworks": { "net45": { }, "k10": { @@ -33,4 +33,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.Security.Cookies/project.json b/src/Microsoft.AspNet.Security.Cookies/project.json index ebf68d5646..00ff14a94c 100644 --- a/src/Microsoft.AspNet.Security.Cookies/project.json +++ b/src/Microsoft.AspNet.Security.Cookies/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "dependencies": { "Microsoft.AspNet.FeatureModel": "1.0.0-*", @@ -12,7 +12,7 @@ "Microsoft.Framework.Logging": "1.0.0-*", "Newtonsoft.Json": "5.0.8" }, - "configurations": { + "frameworks": { "net45": {}, "k10": { "dependencies": { @@ -37,4 +37,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.Security/project.json b/src/Microsoft.AspNet.Security/project.json index ee4318a1d6..6bbc65fc8a 100644 --- a/src/Microsoft.AspNet.Security/project.json +++ b/src/Microsoft.AspNet.Security/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "dependencies": { "Microsoft.AspNet.FeatureModel": "1.0.0-*", @@ -9,7 +9,7 @@ "Microsoft.Framework.DependencyInjection": "1.0.0-*", "Microsoft.Framework.Logging": "1.0.0-*" }, - "configurations": { + "frameworks": { "net45": {}, "k10": { "dependencies": { @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/test/Microsoft.AspNet.Security.Test/project.json b/test/Microsoft.AspNet.Security.Test/project.json index 0341eef070..68837d5bea 100644 --- a/test/Microsoft.AspNet.Security.Test/project.json +++ b/test/Microsoft.AspNet.Security.Test/project.json @@ -1,4 +1,4 @@ -{ +{ "compilationOptions": { "warningsAsErrors": true }, @@ -10,7 +10,7 @@ "commands": { "test": "Xunit.KRunner" }, - "configurations": { + "frameworks": { "net45": { "dependencies": { "System.Runtime": ""