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

This commit is contained in:
Ajay Bhargav Baaskaran 2016-07-05 21:05:37 -07:00 committed by Pranav K
parent f63e53b597
commit e5dc948e47
2 changed files with 10 additions and 29 deletions

View File

@ -1,10 +1,10 @@
{ {
"testRunner": "xunit", "testRunner": "xunit",
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Server.WebListener": "0.2.0-*", "Microsoft.AspNetCore.Server.WebListener": "0.2.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"xunit": "2.1.0" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
@ -15,22 +15,13 @@
}, },
"System.Net.Http.WinHttpHandler": "4.0.0-*", "System.Net.Http.WinHttpHandler": "4.0.0-*",
"System.Net.Requests": "4.0.11-*", "System.Net.Requests": "4.0.11-*",
"System.Net.WebHeaderCollection": "4.0.1-*", "System.Net.WebHeaderCollection": "4.0.1-*"
"System.Diagnostics.Process": "4.1.0-*" }
},
"imports": [
"dnxcore50",
"portable-net451+win8"
]
}, },
"net451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Net.Http": "", "System.Net.Http": "",
"System.Net.Http.WebRequest": "", "System.Net.Http.WebRequest": ""
"System.Threading.Tasks": ""
},
"dependencies": {
"xunit.runner.console": "2.1.0"
} }
} }
} }

View File

@ -1,11 +1,11 @@
{ {
"testRunner": "xunit", "testRunner": "xunit",
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.Net.Http.Server": "0.2.0-*", "Microsoft.Net.Http.Server": "0.2.0-*",
"Microsoft.Net.WebSockets.Server": "0.2.0-*", "Microsoft.Net.WebSockets.Server": "0.2.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"xunit": "2.1.0" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
@ -17,24 +17,14 @@
"System.Net.Http": "4.1.0-*", "System.Net.Http": "4.1.0-*",
"System.Net.Http.WinHttpHandler": "4.0.0-*", "System.Net.Http.WinHttpHandler": "4.0.0-*",
"System.Net.Requests": "4.0.11-*", "System.Net.Requests": "4.0.11-*",
"System.Net.WebSockets.Client": "4.0.0-*", "System.Net.WebSockets.Client": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0-*" }
},
"imports": [
"dnxcore50",
"portable-net451+win8"
]
}, },
"net451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.DirectoryServices": "", "System.DirectoryServices": "",
"System.Net.Http": "", "System.Net.Http": "",
"System.Net.Http.WebRequest": "", "System.Net.Http.WebRequest": ""
"System.Runtime": "",
"System.Threading.Tasks": ""
},
"dependencies": {
"xunit.runner.console": "2.1.0"
} }
} }
} }