Skip to content

Commit

Permalink
Updating to RTM builds of xunit and Moq (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaybhargavb authored and pranavkm committed Jul 6, 2016
1 parent 38ba074 commit da50b8e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 26 deletions.
9 changes: 2 additions & 7 deletions test/AutobahnTestServer/project.json
Expand Up @@ -14,13 +14,8 @@
"version": "1.0.0-*",
"type": "platform"
},
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*"
},
"imports": [
"dnxcore50",
"portable-net451+win8"
]
"dotnet-test-xunit": "2.2.0-*"
}
},
"net451": {}
},
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.WebSockets.Client.Test/project.json
@@ -1,11 +1,11 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.WebSockets.Client": "0.2.0-*",
"Microsoft.AspNetCore.WebSockets.Server": "0.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"xunit": "2.1.0"
"xunit": "2.2.0-*"
},
"testRunner": "xunit",
"frameworks": {
Expand Down
22 changes: 5 additions & 17 deletions test/Microsoft.AspNetCore.WebSockets.Protocol.Test/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.WebSockets.Protocol": "0.2.0-*",
"xunit": "2.1.0"
"xunit": "2.2.0-*"
},
"testRunner": "xunit",
"frameworks": {
Expand All @@ -11,21 +11,9 @@
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0-*"
},
"imports": [
"dnxcore50",
"portable-net451+win8"
]
},
"net451": {
"frameworkAssemblies": {
"System.Runtime": ""
},
"dependencies": {
"xunit.runner.console": "2.1.0"
}
}
}
},
"net451": {}
}
}

0 comments on commit da50b8e

Please sign in to comment.