Updating to RTM builds of xunit

This commit is contained in:
Pranav K 2016-06-30 15:29:30 -07:00
parent 8a6d4c579a
commit c500515f9f
5 changed files with 11 additions and 33 deletions

View File

@ -17,12 +17,12 @@
}
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Server.Testing": "0.2.0-*",
"Microsoft.Extensions.Logging": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
"Microsoft.Extensions.Logging.Debug": "1.1.0-*",
"xunit": "2.1.0"
"xunit": "2.2.0-*"
},
"frameworks": {
"net451": {

View File

@ -1,23 +1,18 @@
{
"version": "1.1.0-*",
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
"xunit": "2.1.0"
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"portable-net451+win8",
"dnxcore50"
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0-*"
}
}
},
"net451": {}

View File

@ -1,18 +1,12 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"xunit": "2.1.0",
"dotnet-test-xunit": "2.2.0-*",
"xunit": "2.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"portable-dnxcore50+net45+win8+wp8+wpa81",
"dotnet",
"portable-net45+win8"
],
"dependencies": {
"System.Diagnostics.Process": "4.1.0-*",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-*"

View File

@ -18,21 +18,16 @@
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
"Microsoft.Extensions.Configuration.Json": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
"xunit": "2.1.0"
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"portable-net451+win8",
"dnxcore50"
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
},
"System.Net.Primitives": "4.0.11-*",
"System.Diagnostics.Process": "4.1.0-*"
"System.Net.Primitives": "4.0.11-*"
}
}
}

View File

@ -15,19 +15,13 @@
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
"Microsoft.Extensions.Configuration.Json": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
"xunit": "2.1.0"
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"portable-dnxcore50+net45+win8+wp8+wpa81",
"dotnet",
"portable-net45+win8"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-*",
"System.Net.Primitives": "4.0.11-*",
"System.Diagnostics.Process": "4.1.0-*"
"System.Net.Primitives": "4.0.11-*"
}
},
"net451": {}