Renamed configurations to frameworks in project.json

This commit is contained in:
David Fowler 2014-07-13 21:50:53 -07:00
parent 1074fc102a
commit 8f39f6d4b5
11 changed files with 30 additions and 30 deletions

View File

@ -1,7 +1,7 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": {}, "dependencies": {},
"configurations": { "frameworks": {
"net45": {}, "net45": {},
"k10": { "k10": {
"dependencies": { "dependencies": {
@ -15,4 +15,4 @@
} }
} }
} }
} }

View File

@ -3,7 +3,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNet.Http": "" "Microsoft.AspNet.Http": ""
}, },
"configurations" : { "frameworks" : {
"net45" : { "net45" : {
}, },
"k10" : { "k10" : {

View File

@ -1,7 +1,7 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": {}, "dependencies": {},
"configurations": { "frameworks": {
"net45": {}, "net45": {},
"k10": { "k10": {
"dependencies": { "dependencies": {
@ -22,4 +22,4 @@
} }
} }
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"configurations": { "frameworks": {
"net45": {}, "net45": {},
"k10": { "k10": {
"dependencies": { "dependencies": {
@ -16,4 +16,4 @@
} }
} }
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNet.Http": "", "Microsoft.AspNet.Http": "",
@ -6,7 +6,7 @@
"Microsoft.AspNet.PipelineCore": "", "Microsoft.AspNet.PipelineCore": "",
"Microsoft.AspNet.HttpFeature": "" "Microsoft.AspNet.HttpFeature": ""
}, },
"configurations": { "frameworks": {
"net45": { }, "net45": { },
"k10": { "k10": {
"dependencies": { "dependencies": {
@ -27,4 +27,4 @@
} }
} }
} }
} }

View File

@ -1,4 +1,4 @@

{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
@ -6,7 +6,7 @@
"Microsoft.AspNet.Http": "", "Microsoft.AspNet.Http": "",
"Microsoft.AspNet.HttpFeature": "" "Microsoft.AspNet.HttpFeature": ""
}, },
"configurations": { "frameworks": {
"net45": {}, "net45": {},
"k10": { "k10": {
"dependencies": { "dependencies": {
@ -28,4 +28,4 @@
} }
} }
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.FeatureModel": "", "Microsoft.AspNet.FeatureModel": "",
"Microsoft.AspNet.Http": "", "Microsoft.AspNet.Http": "",
@ -8,7 +8,7 @@
"commands": { "commands": {
"test": "Xunit.KRunner" "test": "Xunit.KRunner"
}, },
"configurations": { "frameworks": {
"net45": { "net45": {
"dependencies": { "dependencies": {
"Shouldly": "1.1.1.1", "Shouldly": "1.1.1.1",
@ -16,4 +16,4 @@
} }
} }
} }
} }

View File

@ -9,7 +9,7 @@
"commands": { "commands": {
"test": "Xunit.KRunner" "test": "Xunit.KRunner"
}, },
"configurations": { "frameworks": {
"net45": { "net45": {
"dependencies": { "dependencies": {
"Shouldly": "1.1.1.1", "Shouldly": "1.1.1.1",
@ -17,4 +17,4 @@
} }
} }
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.Http": "", "Microsoft.AspNet.Http": "",
"Microsoft.AspNet.HttpFeature": "", "Microsoft.AspNet.HttpFeature": "",
@ -9,7 +9,7 @@
"commands": { "commands": {
"test": "Xunit.KRunner" "test": "Xunit.KRunner"
}, },
"configurations": { "frameworks": {
"net45": { "net45": {
"dependencies": { "dependencies": {
"Shouldly": "1.1.1.1", "Shouldly": "1.1.1.1",
@ -17,4 +17,4 @@
} }
} }
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.FeatureModel": "", "Microsoft.AspNet.FeatureModel": "",
"Microsoft.AspNet.Http": "", "Microsoft.AspNet.Http": "",
@ -10,7 +10,7 @@
"commands": { "commands": {
"test": "Xunit.KRunner" "test": "Xunit.KRunner"
}, },
"configurations": { "frameworks": {
"net45": { "net45": {
"dependencies": { "dependencies": {
"Shouldly": "1.1.1.1", "Shouldly": "1.1.1.1",
@ -18,4 +18,4 @@
} }
} }
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNet.FeatureModel": "", "Microsoft.AspNet.FeatureModel": "",
"Microsoft.AspNet.Http": "", "Microsoft.AspNet.Http": "",
@ -9,7 +9,7 @@
"commands": { "commands": {
"test": "Xunit.KRunner" "test": "Xunit.KRunner"
}, },
"configurations": { "frameworks": {
"net45": { "net45": {
"dependencies": { "dependencies": {
"Moq": "4.2.1312.1622", "Moq": "4.2.1312.1622",
@ -18,4 +18,4 @@
} }
} }
} }
} }