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": {
"Helios": "1.0.0-*",
"Microsoft.AspNet.FileSystems": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.StaticFiles": ""
},
"configurations": {
"frameworks": {
"net45": {
},
"k10": {
@ -15,4 +15,4 @@
}
}
}
}
}

View File

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