Updating to RTM builds of xunit

This commit is contained in:
Pranav K 2016-06-30 17:23:43 -07:00
Родитель fc4f633e5e
Коммит 0d93f911ca
2 изменённых файлов: 12 добавлений и 26 удалений

Просмотреть файл

@ -8,7 +8,7 @@
}
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0-*",
"Microsoft.AspNetCore.Identity": "1.1.0-*",
@ -20,29 +20,19 @@
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*",
"Microsoft.Extensions.Logging": "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": {
"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"
]
}
"netcoreapp1.0": {}
},
"tools": {
"Microsoft.Extensions.SecretManager.Tools": {
"version": "1.0.0-*",
"imports": "portable-net451+win8"
}
"Microsoft.Extensions.SecretManager.Tools": "1.0.0-*"
},
"testRunner": "xunit",
"userSecretsId": "MusicStore.E2ETests"

Просмотреть файл

@ -3,17 +3,13 @@
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
"MusicStore": "1.1.0-*",
"XUnit": "2.1.0"
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net451+win8"
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",