Use latest build of dotnet-test-xunit

This commit is contained in:
Pranav K 2016-04-19 14:54:09 -07:00
parent 603d181241
commit 1101ff55ae
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
"version": "1.0.0-*",
"type": "platform"
},
"dotnet-test-xunit": "1.0.0-dev-*",
"dotnet-test-xunit": "1.0.0-*",
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"

View File

@ -25,7 +25,7 @@
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-dev-*",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
}