Add NETStandard.Library to CoreCLR.Eventing

As a bottom-level dependency, it always needed it. The alternative is
hunting down every particular dependency, but that's what the
meta-package is useful for.
This commit is contained in:
Andrew Schwartzmeyer 2016-06-27 10:15:58 -07:00
parent 2f892e8127
commit a3a0bb9a62

View File

@ -17,6 +17,7 @@
"define": [ "CORECLR" ]
},
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Security.Principal": "4.0.1",
"System.Security.Principal.Windows": "4.0.0",
"System.Diagnostics.TraceSource": "4.0.0",