Skip to content

Commit

Permalink
Remove System.Diagnostics.StackTrace from debugger install (dotnet#620)
Browse files Browse the repository at this point in the history
The debugger was installing System.Diagnostics.StackTrace which it doesn't
appear to actually need and, in the dev install scenarios at least, was
causing a problem with pulling in the wrong version of
System.Reflection.Metadata. This removes it so the the dev and shipping
code pulls in the same set of assemblies.
  • Loading branch information
gregg-miskelly authored Jul 27, 2016
1 parent c4cac64 commit fe328c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coreclr-debug/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ export class DebugInstaller
"System.Collections.Specialized": "4.0.1",
"System.Collections.Immutable": "1.2.0",
"System.Diagnostics.Process" : "4.1.0",
"System.Diagnostics.StackTrace": "4.0.1",
"System.Dynamic.Runtime": "4.0.11",
"Microsoft.CSharp": "4.0.1",
"System.Threading.Tasks.Dataflow": "4.6.0",
Expand Down

0 comments on commit fe328c0

Please sign in to comment.