add test dependency

This commit is contained in:
Lakshan Fernando 2016-04-01 13:41:13 -07:00 committed by Dan Quirk
parent a506a25c18
commit e077b60382
2 changed files with 4 additions and 0 deletions

View file

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

View file

@ -6,6 +6,9 @@
"Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project"
},
"dotnet": {
"target": "project"
},
"Microsoft.DotNet.Cli.Utils": {
"target": "project",
"type": "build"