Use latest build of dotnet-test-xunit
This commit is contained in:
parent
83685073fb
commit
b6db6d1e4f
|
|
@ -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-*"
|
||||||
|
|
|
||||||
|
|
@ -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": {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue