Updating to RTM builds of xunit

This commit is contained in:
Pranav K 2016-06-30 14:59:22 -07:00
parent 4986137ffe
commit 62eaf16585
7 changed files with 35 additions and 126 deletions

View File

@ -4,10 +4,10 @@
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*", "Microsoft.AspNetCore.Http": "1.1.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,23 +15,10 @@
"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": "",
"System.Threading.Tasks": ""
},
"dependencies": {
"xunit.runner.console": "2.1.0"
} }
} }
}, },
"net451": {}
},
"testRunner": "xunit" "testRunner": "xunit"
} }

View File

@ -1,10 +1,10 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*", "Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*", "Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"xunit": "2.1.0" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
@ -12,23 +12,10 @@
"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": "",
"System.Threading.Tasks": ""
},
"dependencies": {
"xunit.runner.console": "2.1.0"
} }
} }
}, },
"net451": {}
},
"testRunner": "xunit" "testRunner": "xunit"
} }

View File

@ -1,8 +1,8 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http.Features": "1.1.0-*", "Microsoft.AspNetCore.Http.Features": "1.1.0-*",
"xunit": "2.1.0" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
@ -10,23 +10,10 @@
"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": "",
"System.Threading.Tasks": ""
},
"dependencies": {
"xunit.runner.console": "2.1.0"
} }
} }
}, },
"net451": {}
},
"testRunner": "xunit" "testRunner": "xunit"
} }

View File

@ -1,8 +1,8 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*", "Microsoft.AspNetCore.Http": "1.1.0-*",
"xunit": "2.1.0" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
@ -10,23 +10,10 @@
"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": "",
"System.Threading.Tasks": ""
},
"dependencies": {
"xunit.runner.console": "2.1.0"
} }
} }
}, },
"net451": {}
},
"testRunner": "xunit" "testRunner": "xunit"
} }

View File

@ -1,10 +1,10 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*", "Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Owin": "1.1.0-*", "Microsoft.AspNetCore.Owin": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"xunit": "2.1.0" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
@ -12,23 +12,10 @@
"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": "",
"System.Threading.Tasks": ""
},
"dependencies": {
"xunit.runner.console": "2.1.0"
} }
} }
}, },
"net451": {}
},
"testRunner": "xunit" "testRunner": "xunit"
} }

View File

@ -1,8 +1,8 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.WebUtilities": "1.1.0-*", "Microsoft.AspNetCore.WebUtilities": "1.1.0-*",
"xunit": "2.1.0" "xunit": "2.2.0-*"
}, },
"buildOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true
@ -15,22 +15,9 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "platform" "type": "platform"
}, },
"System.Text.Encoding.Extensions": "4.0.11-*", "System.Text.Encoding.Extensions": "4.0.11-*"
"System.Diagnostics.Process": "4.1.0-*" }
}, },
"imports": [ "net451": {}
"dnxcore50",
"portable-net451+win8"
]
},
"net451": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
},
"dependencies": {
"xunit.runner.console": "2.1.0"
}
}
} }
} }

View File

@ -1,9 +1,9 @@
{ {
"version": "1.1.0-*", "version": "1.1.0-*",
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.Net.Http.Headers": "1.1.0-*", "Microsoft.Net.Http.Headers": "1.1.0-*",
"xunit": "2.1.0" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
@ -11,23 +11,10 @@
"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": "",
"System.Threading.Tasks": ""
},
"dependencies": {
"xunit.runner.console": "2.1.0"
} }
} }
}, },
"net451": {}
},
"testRunner": "xunit" "testRunner": "xunit"
} }