Remove unused dependency on TraceSource

- TraceSource is RID specific (see https://github.com/dotnet/corefx/issues/7480) and it
causes 2 dlls to end up in the output of every ASP.NET application. We don't even
use it anymore.
This commit is contained in:
David Fowler 2016-04-04 20:04:17 -07:00
parent 109c56713a
commit 21de2aee13
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@
"dependencies": {
"System.Collections": "4.0.11-*",
"System.Diagnostics.Debug": "4.0.11-*",
"System.Diagnostics.TraceSource": "4.0.0-*",
"System.Diagnostics.Tracing": "4.1.0-*",
"System.Globalization": "4.0.11-*",
"System.IO": "4.1.0-*",
"System.Linq": "4.1.0-*",