diff --git a/test/dotnet.Tests/TelemetryCommandTest.cs b/test/dotnet.Tests/TelemetryCommandTest.cs index 547cb7f84..c79e2a2cd 100644 --- a/test/dotnet.Tests/TelemetryCommandTest.cs +++ b/test/dotnet.Tests/TelemetryCommandTest.cs @@ -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; diff --git a/test/dotnet.Tests/project.json b/test/dotnet.Tests/project.json index 65fe64ce4..634931a57 100644 --- a/test/dotnet.Tests/project.json +++ b/test/dotnet.Tests/project.json @@ -6,6 +6,9 @@ "Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }, + "dotnet": { + "target": "project" + }, "Microsoft.DotNet.Cli.Utils": { "target": "project", "type": "build"