Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove System.Diagnostics.StackTrace from debugger install (dotnet#620)
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