diff --git a/test/Microsoft.Net.WebSockets.Test/project.json b/test/Microsoft.Net.WebSockets.Test/project.json index 4ddcfd6ef3..29babc3ba7 100644 --- a/test/Microsoft.Net.WebSockets.Test/project.json +++ b/test/Microsoft.Net.WebSockets.Test/project.json @@ -1,11 +1,11 @@ { "dependencies": { "Microsoft.Net.WebSockets": "", - "Xunit.KRunner": "0.1-alpha-*", "xunit.abstractions": "2.0.0-aspnet-*", "xunit.assert": "2.0.0-aspnet-*", "xunit.core": "2.0.0-aspnet-*", - "xunit.execution": "2.0.0-aspnet-*" + "xunit.execution": "2.0.0-aspnet-*", + "Xunit.KRunner": "0.1-alpha-*" }, "configurations": { "net45": {