Skip to content

Commit 8eca1d2

Browse files
[release/8.x] Update dependencies from dotnet/diagnostics (#8428)
* Update dependencies from https://github.com/dotnet/diagnostics build 20250410.3 Microsoft.Diagnostics.Monitoring , Microsoft.Diagnostics.Monitoring.EventPipe , Microsoft.FileFormats From Version 9.0.553101 -> To Version 9.0.621003 * Update dependencies from https://github.com/dotnet/diagnostics build 20250723.2 Microsoft.Diagnostics.Monitoring , Microsoft.Diagnostics.Monitoring.EventPipe , Microsoft.FileFormats From Version 9.0.553101 -> To Version 9.0.637302 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent d2cfae5 commit 8eca1d2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
55
<Sha>009e1ccafde4086ea52999e878f6e7aa5a7c4ccf</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.Diagnostics.Monitoring" Version="9.0.553101">
7+
<Dependency Name="Microsoft.Diagnostics.Monitoring" Version="9.0.637302">
88
<Uri>https://github.com/dotnet/diagnostics</Uri>
9-
<Sha>5b61d34de04d6100e6003415f7d7e9c4b971afd4</Sha>
9+
<Sha>eab990eafdd479265f78855d72e6afa3ee0813c7</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.Diagnostics.Monitoring.EventPipe" Version="9.0.553101">
11+
<Dependency Name="Microsoft.Diagnostics.Monitoring.EventPipe" Version="9.0.637302">
1212
<Uri>https://github.com/dotnet/diagnostics</Uri>
13-
<Sha>5b61d34de04d6100e6003415f7d7e9c4b971afd4</Sha>
13+
<Sha>eab990eafdd479265f78855d72e6afa3ee0813c7</Sha>
1414
</Dependency>
1515
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.25072.1">
1616
<Uri>https://github.com/dotnet/command-line-api</Uri>
@@ -46,9 +46,9 @@
4646
<Uri>https://github.com/dotnet/arcade</Uri>
4747
<Sha>a73c08ec0de5a6e5e2a8668837df67edecb3a3da</Sha>
4848
</Dependency>
49-
<Dependency Name="Microsoft.FileFormats" Version="1.0.553101">
49+
<Dependency Name="Microsoft.FileFormats" Version="1.0.637302">
5050
<Uri>https://github.com/dotnet/diagnostics</Uri>
51-
<Sha>5b61d34de04d6100e6003415f7d7e9c4b971afd4</Sha>
51+
<Sha>eab990eafdd479265f78855d72e6afa3ee0813c7</Sha>
5252
</Dependency>
5353
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.13" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
5454
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
<!-- dotnet/command-line-api references -->
5757
<SystemCommandLineVersion>2.0.0-beta4.25072.1</SystemCommandLineVersion>
5858
<!-- dotnet/diagnostics references -->
59-
<MicrosoftDiagnosticsMonitoringVersion>9.0.553101</MicrosoftDiagnosticsMonitoringVersion>
60-
<MicrosoftDiagnosticsMonitoringEventPipeVersion>9.0.553101</MicrosoftDiagnosticsMonitoringEventPipeVersion>
59+
<MicrosoftDiagnosticsMonitoringVersion>9.0.637302</MicrosoftDiagnosticsMonitoringVersion>
60+
<MicrosoftDiagnosticsMonitoringEventPipeVersion>9.0.637302</MicrosoftDiagnosticsMonitoringEventPipeVersion>
6161
<!-- dotnet/installer references -->
6262
<MicrosoftDotnetSdkInternalVersion>8.0.407-servicing.25113.5</MicrosoftDotnetSdkInternalVersion>
6363
<!-- dotnet/roslyn-analyzers -->
@@ -66,7 +66,7 @@
6666
<MicrosoftNETCoreAppRuntimewinx64Version>8.0.13</MicrosoftNETCoreAppRuntimewinx64Version>
6767
<VSRedistCommonNetCoreSharedFrameworkx6480Version>8.0.13-servicing.25066.9</VSRedistCommonNetCoreSharedFrameworkx6480Version>
6868
<!-- dotnet/symstore references -->
69-
<MicrosoftFileFormatsVersion>1.0.553101</MicrosoftFileFormatsVersion>
69+
<MicrosoftFileFormatsVersion>1.0.637302</MicrosoftFileFormatsVersion>
7070
</PropertyGroup>
7171
<PropertyGroup Label="Runtime Versions">
7272
<MicrosoftAspNetCoreApp80Version>$(MicrosoftNETCoreApp80Version)</MicrosoftAspNetCoreApp80Version>

0 commit comments

Comments
 (0)