Fixup references

This commit is contained in:
David Fowler 2014-10-05 14:21:22 -07:00
parent 49fcaa7862
commit 787138322b
6 changed files with 28 additions and 36 deletions

View File

@ -1,7 +1,7 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": ""
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*"
},
"frameworks": {
"net45": { }

View File

@ -2,8 +2,8 @@
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.HttpFeature": "1.0.0-*",
"Microsoft.AspNet.WebSockets.Protocol": ""
"Microsoft.AspNet.HttpFeature": { "version": "1.0.0-*", "type": "build" },
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*"
},
"frameworks": {
"aspnet50": { },

View File

@ -1,15 +1,11 @@
{
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "",
"Microsoft.AspNet.WebSockets.Client": "",
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*"
},
"frameworks": {
"aspnet50": {
"dependencies": {
"System.Runtime" : ""
}
}
"aspnet50": { }
},
"commands": {
"test": "Xunit.KRunner"

View File

@ -1,14 +1,10 @@
{
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "",
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*"
},
"frameworks": {
"aspnet50": {
"dependencies": {
"System.Runtime" : ""
}
}
"aspnet50": { }
},
"commands": {
"test": "Xunit.KRunner"

View File

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