Updating to RTM builds of xunit and Moq (#94)

This commit is contained in:
Ajay Bhargav Baaskaran 2016-07-05 21:05:15 -07:00 committed by Pranav K
parent 38ba07487a
commit da50b8e026
3 changed files with 9 additions and 26 deletions

View File

@ -14,13 +14,8 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "platform" "type": "platform"
}, },
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "2.2.0-*"
"System.Diagnostics.Process": "4.1.0-*" }
},
"imports": [
"dnxcore50",
"portable-net451+win8"
]
}, },
"net451": {} "net451": {}
}, },

View File

@ -1,11 +1,11 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.WebSockets.Client": "0.2.0-*", "Microsoft.AspNetCore.WebSockets.Client": "0.2.0-*",
"Microsoft.AspNetCore.WebSockets.Server": "0.2.0-*", "Microsoft.AspNetCore.WebSockets.Server": "0.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"xunit": "2.1.0" "xunit": "2.2.0-*"
}, },
"testRunner": "xunit", "testRunner": "xunit",
"frameworks": { "frameworks": {

View File

@ -1,8 +1,8 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.WebSockets.Protocol": "0.2.0-*", "Microsoft.AspNetCore.WebSockets.Protocol": "0.2.0-*",
"xunit": "2.1.0" "xunit": "2.2.0-*"
}, },
"testRunner": "xunit", "testRunner": "xunit",
"frameworks": { "frameworks": {
@ -11,21 +11,9 @@
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "platform" "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": {}
} }
} }