Fixup references
This commit is contained in:
parent
49fcaa7862
commit
787138322b
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": ""
|
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net45": { }
|
"net45": { }
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,12 @@
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
"Microsoft.AspNet.Http": "1.0.0-*",
|
||||||
"Microsoft.AspNet.HttpFeature": "1.0.0-*",
|
"Microsoft.AspNet.HttpFeature": { "version": "1.0.0-*", "type": "build" },
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": ""
|
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks" : {
|
"frameworks": {
|
||||||
"aspnet50" : { },
|
"aspnet50": { },
|
||||||
"aspnetcore50" : {
|
"aspnetcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Runtime": "4.0.20.0"
|
"System.Runtime": "4.0.20.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,11 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": "",
|
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
|
||||||
"Microsoft.AspNet.WebSockets.Client": "",
|
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*",
|
||||||
"Xunit.KRunner": "1.0.0-*"
|
"Xunit.KRunner": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": {
|
"aspnet50": { }
|
||||||
"dependencies": {
|
|
||||||
"System.Runtime" : ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"test": "Xunit.KRunner"
|
"test": "Xunit.KRunner"
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,10 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": "",
|
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
|
||||||
"Xunit.KRunner": "1.0.0-*"
|
"Xunit.KRunner": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": {
|
"aspnet50": { }
|
||||||
"dependencies": {
|
|
||||||
"System.Runtime" : ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"test": "Xunit.KRunner"
|
"test": "Xunit.KRunner"
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": "",
|
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
|
||||||
"Microsoft.AspNet.WebSockets.Client": ""
|
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net45": { }
|
"aspnet50": { }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue