зеркало из https://github.com/aspnet/MusicStore.git
Updating to RTM builds of xunit
This commit is contained in:
Родитель
fc4f633e5e
Коммит
0d93f911ca
|
@ -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-*",
|
||||
|
|
Загрузка…
Ссылка в новой задаче