Updating the xunit version to match the new version of dotnet-test-xunit.

This commit is contained in:
Livar Cunha 2016-08-09 14:26:14 -07:00
parent dc7f1fdf84
commit 7b94fa7df2
33 changed files with 33 additions and 36 deletions

View file

@ -2,11 +2,7 @@
"version": "1.0.0-*",
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc2-318883-21",
"Microsoft.NETCore.Platforms": "1.0.1",
"xunit": "2.1.0",
"Microsoft.DotNet.InternalAbstractions": {
"target": "project"
}
"xunit": "2.2.0-beta3-build3330"
},
"frameworks": {
"netcoreapp1.0": {