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

View File

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