Renamed configurations to frameworks in project.json

This commit is contained in:
David Fowler 2014-07-13 22:00:44 -07:00
parent 27d6a735af
commit f696a06012
3 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
{ {
"dependencies": { "dependencies": {
"Helios": "1.0.0-*", "Helios": "1.0.0-*",
"Microsoft.AspNet.Routing" : "", "Microsoft.AspNet.Routing" : "",
"Microsoft.AspNet.RequestContainer": "1.0.0-*", "Microsoft.AspNet.RequestContainer": "1.0.0-*",
"Microsoft.Framework.OptionsModel": "1.0.0-*" "Microsoft.Framework.OptionsModel": "1.0.0-*"
}, },
"configurations": { "frameworks": {
"net45": { }, "net45": { },
"k10": { "k10": {
"dependencies": { "dependencies": {

View File

@ -1,4 +1,4 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true "warningsAsErrors": true
@ -9,7 +9,7 @@
"Microsoft.AspNet.RequestContainer": "1.0.0-*", "Microsoft.AspNet.RequestContainer": "1.0.0-*",
"Microsoft.Framework.OptionsModel": "1.0.0-*" "Microsoft.Framework.OptionsModel": "1.0.0-*"
}, },
"configurations": { "frameworks": {
"net45": {}, "net45": {},
"k10": { "k10": {
"dependencies": { "dependencies": {
@ -31,4 +31,4 @@
} }
} }
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
@ -8,7 +8,7 @@
"Microsoft.AspNet.Testing" : "1.0.0-*", "Microsoft.AspNet.Testing" : "1.0.0-*",
"Xunit.KRunner": "1.0.0-*" "Xunit.KRunner": "1.0.0-*"
}, },
"configurations": { "frameworks": {
"k10": { "k10": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.0.0", "System.Collections": "4.0.0.0",
@ -30,4 +30,4 @@
"commands": { "commands": {
"test": "Xunit.KRunner" "test": "Xunit.KRunner"
} }
} }