Renamed configurations to frameworks in project.json

This commit is contained in:
David Fowler 2014-07-13 22:06:12 -07:00
parent 04f3e5283d
commit 25efba7563
2 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
{ {
"dependencies": { "dependencies": {
"Helios": "1.0.0-*", "Helios": "1.0.0-*",
"Microsoft.AspNet.FileSystems": "1.0.0-*", "Microsoft.AspNet.FileSystems": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*", "Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.StaticFiles": "" "Microsoft.AspNet.StaticFiles": ""
}, },
"configurations": { "frameworks": {
"net45": { "net45": {
}, },
"k10": { "k10": {
@ -15,4 +15,4 @@
} }
} }
} }
} }

View File

@ -1,11 +1,11 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNet.FileSystems": "1.0.0-*", "Microsoft.AspNet.FileSystems": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*", "Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.HttpFeature": "1.0.0-*" "Microsoft.AspNet.HttpFeature": "1.0.0-*"
}, },
"configurations": { "frameworks": {
"net45": {}, "net45": {},
"k10": { "k10": {
"dependencies": { "dependencies": {
@ -26,4 +26,4 @@
} }
} }
} }
} }