Skip to content

Commit

Permalink
Remove dotnet-counters' unnecessary dependencies (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhang authored Apr 6, 2020
1 parent 3404f7d commit 84cd20e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tools/dotnet-counters/dotnet-counters.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Microsoft.Diagnostics.Repl\Microsoft.Diagnostics.Repl.csproj" />
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Microsoft.Diagnostics.NETCore.Client\Microsoft.Diagnostics.NETCore.Client.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="$(MicrosoftDiagnosticsTracingTraceEventVersion)" />
<PackageReference Include="System.CommandLine.Experimental" Version="$(SystemCommandLineExperimentalVersion)" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="DotnetCounters.UnitTests" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 84cd20e

Please sign in to comment.