Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit ffd1c87

Browse files
committed
add test dependency
1 parent 6531137 commit ffd1c87

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎test/dotnet.Tests/TelemetryCommandTest.cs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using System.IO;
66
using System.Collections.Generic;
77
using Microsoft.DotNet.Cli.Utils;
8+
using Microsoft.DotNet.Cli;
89
using Microsoft.DotNet.Tools.Test.Utilities;
910
using Xunit;
1011
using FluentAssertions;

‎test/dotnet.Tests/project.json‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"Microsoft.DotNet.Tools.Tests.Utilities": {
77
"target": "project"
88
},
9+
"dotnet": {
10+
"target": "project"
11+
},
912
"Microsoft.DotNet.Cli.Utils": {
1013
"target": "project",
1114
"type": "build"

0 commit comments

Comments
 (0)