From f46a7a344e01768c6eb64f8fcd21a2f42ba1154a Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Wed, 7 May 2014 18:28:07 -0700 Subject: [PATCH] Sort dependencies and remove duplicates in dependencies --- test/Microsoft.Net.WebSockets.Test/project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {