summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authorNoah Falk <noahfalk@users.noreply.github.com>2019-06-21 15:27:21 -0700
committerGitHub <noreply@github.com>2019-06-21 15:27:21 -0700
commit961e8d7bd1bdd058ee5f8f34937e9f3f9d80b65b (patch)
tree06c18fd142f826966f051c908252089e6e5ec55b /dependencies.props
parent205e01fc5020f597ee69643c24fd56268cdf1b50 (diff)
downloadcoreclr-961e8d7bd1bdd058ee5f8f34937e9f3f9d80b65b.tar.gz
coreclr-961e8d7bd1bdd058ee5f8f34937e9f3f9d80b65b.tar.bz2
coreclr-961e8d7bd1bdd058ee5f8f34937e9f3f9d80b65b.zip
Add EventPipe Processor Number support and make NetTrace the default … (#25276)
* Add EventPipe Processor Number support and make NetTrace the default format The EventPipe header now has a Processor Number field. On windows we query the correct value, on other OSes we currently have a -1 placeholder, but the field is written to the format regardless. NetTrace is now the default format when using the environment variable, and the format must be explicitly configured when using the IPC channel or managed API. A parallel change in the diagnostics repo is changing dotnet-trace and dotnet-counter to specify nettrace format which means .NET devs should see nettrace almost exclusively from now on. If for whatever reason it is needed, NetPerf remains available if a scenario explicitly requests to use it. * PR feedback + attempting to fix broken tests
Diffstat (limited to 'dependencies.props')
-rw-r--r--dependencies.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.props b/dependencies.props
index a661e93db8..b04a88545f 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -25,7 +25,7 @@
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview6.19280.1</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<XunitPackageVersion>2.4.1-pre.build.4059</XunitPackageVersion>
<XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion>
- <MicrosoftDiagnosticsTracingTraceEventPackageVersion>2.0.40</MicrosoftDiagnosticsTracingTraceEventPackageVersion>
+ <MicrosoftDiagnosticsTracingTraceEventPackageVersion>2.0.43</MicrosoftDiagnosticsTracingTraceEventPackageVersion>
<CommandLineParserVersion>2.2.0</CommandLineParserVersion>
<!-- Scenario tests install this version of Microsoft.NetCore.App, then patch coreclr binaries via xcopy. At the moment it is