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

@ -9,7 +9,7 @@ using System.Runtime.Loader;
using System.Text;
using Microsoft.DotNet.Cli.Utils;
using Microsoft.DotNet.Configurer;
using Microsoft.DotNet.InternalAbstractions;
using Microsoft.DotNet.PlatformAbstractions;
using Microsoft.DotNet.Tools.Build;
using Microsoft.DotNet.Tools.Compiler;
using Microsoft.DotNet.Tools.Compiler.Csc;