Use latest build of dotnet-test-xunit

This commit is contained in:
Pranav K 2016-04-19 14:54:06 -07:00
Родитель 83685073fb
Коммит b6db6d1e4f
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -18,7 +18,7 @@
"frameworks": {
"netstandardapp1.5": {
"dependencies": {
"dotnet-test-xunit": "1.0.0-dev-*",
"dotnet-test-xunit": "1.0.0-*",
"NETStandard.Library": "1.5.0-*",
"System.Data.SqlClient": "4.1.0-*",
"System.Xml.XmlDocument": "4.0.1-*"

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

@ -15,7 +15,7 @@
],
"dependencies": {
"NETStandard.Library": "1.5.0-*",
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-*"
}
},
"net451": {}