Updating to RTM builds of xunit
This commit is contained in:
parent
fc4f633e5e
commit
0d93f911ca
|
|
@ -8,7 +8,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0-*",
|
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Identity": "1.1.0-*",
|
"Microsoft.AspNetCore.Identity": "1.1.0-*",
|
||||||
|
|
@ -20,29 +20,19 @@
|
||||||
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*",
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging": "1.1.0-*",
|
"Microsoft.Extensions.Logging": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
||||||
"xunit": "2.1.0"
|
"Microsoft.NETCore.App": {
|
||||||
|
"version": "1.0.0-*",
|
||||||
|
"type": "platform"
|
||||||
|
},
|
||||||
|
"System.Data.SqlClient": "4.1.0-*",
|
||||||
|
"System.Xml.XmlDocument": "4.0.1-*",
|
||||||
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {}
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.NETCore.App": {
|
|
||||||
"version": "1.0.0-*",
|
|
||||||
"type": "platform"
|
|
||||||
},
|
|
||||||
"System.Data.SqlClient": "4.1.0-*",
|
|
||||||
"System.Xml.XmlDocument": "4.0.1-*"
|
|
||||||
},
|
|
||||||
"imports": [
|
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
"Microsoft.Extensions.SecretManager.Tools": {
|
"Microsoft.Extensions.SecretManager.Tools": "1.0.0-*"
|
||||||
"version": "1.0.0-*",
|
|
||||||
"imports": "portable-net451+win8"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"testRunner": "xunit",
|
"testRunner": "xunit",
|
||||||
"userSecretsId": "MusicStore.E2ETests"
|
"userSecretsId": "MusicStore.E2ETests"
|
||||||
|
|
|
||||||
|
|
@ -3,17 +3,13 @@
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
||||||
"MusicStore": "1.1.0-*",
|
"MusicStore": "1.1.0-*",
|
||||||
"XUnit": "2.1.0"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
|
||||||
"dnxcore50",
|
|
||||||
"portable-net451+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue