Renamed configurations to frameworks in project.json
This commit is contained in:
parent
7133ab1b2a
commit
0a50505f4d
|
|
@ -3,7 +3,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": ""
|
"Microsoft.AspNet.WebSockets.Protocol": ""
|
||||||
},
|
},
|
||||||
"configurations": {
|
"frameworks": {
|
||||||
"net45": { }
|
"net45": { }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"configurations": {
|
"frameworks": {
|
||||||
"net45": { },
|
"net45": { },
|
||||||
"k10": {
|
"k10": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -18,4 +18,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
"Microsoft.AspNet.HttpFeature": "1.0.0-*",
|
"Microsoft.AspNet.HttpFeature": "1.0.0-*",
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": ""
|
"Microsoft.AspNet.WebSockets.Protocol": ""
|
||||||
},
|
},
|
||||||
"configurations" : {
|
"frameworks" : {
|
||||||
"net45" : { },
|
"net45" : { },
|
||||||
"k10" : {
|
"k10" : {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"Microsoft.AspNet.WebSockets.Client": "",
|
"Microsoft.AspNet.WebSockets.Client": "",
|
||||||
"Xunit.KRunner": "1.0.0-*"
|
"Xunit.KRunner": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"frameworks": {
|
||||||
"net45": {
|
"net45": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Runtime" : ""
|
"System.Runtime" : ""
|
||||||
|
|
@ -14,4 +14,4 @@
|
||||||
"commands": {
|
"commands": {
|
||||||
"test": "Xunit.KRunner"
|
"test": "Xunit.KRunner"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": "",
|
"Microsoft.AspNet.WebSockets.Protocol": "",
|
||||||
"Xunit.KRunner": "1.0.0-*"
|
"Xunit.KRunner": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"frameworks": {
|
||||||
"net45": {
|
"net45": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Runtime" : ""
|
"System.Runtime" : ""
|
||||||
|
|
@ -13,4 +13,4 @@
|
||||||
"commands": {
|
"commands": {
|
||||||
"test": "Xunit.KRunner"
|
"test": "Xunit.KRunner"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": "",
|
"Microsoft.AspNet.WebSockets.Protocol": "",
|
||||||
"Microsoft.AspNet.WebSockets.Client": ""
|
"Microsoft.AspNet.WebSockets.Client": ""
|
||||||
},
|
},
|
||||||
"configurations": {
|
"frameworks": {
|
||||||
"net45": { }
|
"net45": { }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue