Explicitly add tracesource dependency
This commit is contained in:
parent
304135f4a6
commit
29646153ea
|
|
@ -21,7 +21,9 @@
|
||||||
"portable-net451+win8"
|
"portable-net451+win8"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.5.0-*"
|
"NETStandard.Library": "1.5.0-*",
|
||||||
|
"System.Diagnostics.TraceSource": "4.0.0-*",
|
||||||
|
"System.Diagnostics.Tracing": "4.1.0-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue