Use latest build of dotnet-test-xunit

This commit is contained in:
Pranav K 2016-04-19 14:54:06 -07:00
parent 83685073fb
commit b6db6d1e4f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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