Upgrade the "dotnet-test-xunit" version to "1.0.0-rc2-192208-24"

The earlier version "1.0.0-rc2-173361-36" is missing from the cli-deps feed.
This commit is contained in:
Sridhar Periyasamy 2016-05-17 14:53:18 -07:00 committed by Livar Cunha
parent 73b2c3158d
commit a2ef88cf86

View file

@ -8,15 +8,9 @@
"FluentAssertions": "4.0.0",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-192208-24",
"Microsoft.DotNet.TestFramework": {
"target": "project"
},
"Microsoft.DotNet.Cli.Utils": {
"target": "project"
},
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
"Microsoft.DotNet.TestFramework": { "target": "project" },
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
"Microsoft.DotNet.ProjectModel": { "target": "project" },
"Microsoft.DotNet.InternalAbstractions": {
"target": "project"
}