Updating the xunit version to one that does not depend on internalabstractions.

This commit is contained in:
Livar Cunha 2016-08-09 11:05:00 -07:00
parent b7b90175f4
commit dc7f1fdf84
44 changed files with 67 additions and 42 deletions

View file

@ -8,7 +8,7 @@
"System.Linq.Expressions": "4.1.0",
"System.Runtime.Serialization.Primitives": "4.1.1",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-192208-24",
"dotnet-test-xunit": "1.0.0-rc2-318883-21",
"Microsoft.DotNet.InternalAbstractions": {
"target": "project"
}