Remove dotnet-counters' unnecessary dependencies (#992)
authorSung Yoon Whang <suwhang@microsoft.com>
Mon, 6 Apr 2020 23:45:43 +0000 (16:45 -0700)
committerGitHub <noreply@github.com>
Mon, 6 Apr 2020 23:45:43 +0000 (16:45 -0700)
src/Tools/dotnet-counters/dotnet-counters.csproj

index 7e9887f6bcd304009836a663ee43e341e43678ba..1631f6bb1b28013a2282fdc605ca22bccf4d735e 100644 (file)
   </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>
\ No newline at end of file
+</Project>