Address build issues

This commit is contained in:
Piotr Puszkiewicz 2016-08-27 15:57:14 -07:00
parent ab1797cb29
commit 8eecff0112
7 changed files with 82 additions and 54 deletions

View file

@ -3,6 +3,7 @@
using System.Collections.Generic;
using FluentAssertions;
using Microsoft.DotNet.Cli;
using Microsoft.DotNet.Cli.Utils;
using Microsoft.DotNet.TestFramework;
using Microsoft.DotNet.Tools.Test.Utilities;

View file

@ -12,9 +12,9 @@
"Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project"
},
"xunit": "2.1.0",
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-rc2-192208-24"
"xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-330423-54",
"moq.netcore": "4.4.0-beta8"
},
"frameworks": {
"netcoreapp1.0": {