Renamed configurations to frameworks in project.json

This commit is contained in:
David Fowler 2014-07-13 22:09:54 -07:00
parent 7133ab1b2a
commit 0a50505f4d
6 changed files with 14 additions and 14 deletions

View File

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

View File

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

View File

@ -5,7 +5,7 @@
"Microsoft.AspNet.HttpFeature": "1.0.0-*",
"Microsoft.AspNet.WebSockets.Protocol": ""
},
"configurations" : {
"frameworks" : {
"net45" : { },
"k10" : {
"dependencies": {

View File

@ -4,7 +4,7 @@
"Microsoft.AspNet.WebSockets.Client": "",
"Xunit.KRunner": "1.0.0-*"
},
"configurations": {
"frameworks": {
"net45": {
"dependencies": {
"System.Runtime" : ""
@ -14,4 +14,4 @@
"commands": {
"test": "Xunit.KRunner"
}
}
}

View File

@ -1,9 +1,9 @@
{
{
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "",
"Xunit.KRunner": "1.0.0-*"
},
"configurations": {
"frameworks": {
"net45": {
"dependencies": {
"System.Runtime" : ""
@ -13,4 +13,4 @@
"commands": {
"test": "Xunit.KRunner"
}
}
}

View File

@ -1,9 +1,9 @@
{
{
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "",
"Microsoft.AspNet.WebSockets.Client": ""
},
"configurations": {
"frameworks": {
"net45": { }
}
}
}