Skip to content

Commit 3f005f5

Browse files
Update dependencies from https://github.com/dotnet/diagnostics build 20241114.1 (#7683)
[main] Update dependencies from dotnet/diagnostics
1 parent 51a814d commit 3f005f5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/Version.Details.xml

+6-6
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>8e941eb42f819adb116b881195158b3887a70a1c</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.Diagnostics.Monitoring" Version="9.0.0-preview.24563.1">
7+
<Dependency Name="Microsoft.Diagnostics.Monitoring" Version="9.0.0-preview.24564.1">
88
<Uri>https://github.com/dotnet/diagnostics</Uri>
9-
<Sha>d1d00bba1865fac0b1717c2a983aeb945274c1dc</Sha>
9+
<Sha>8c505ca6921b5f7e9b8acc234cc8f15035537ee4</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.Diagnostics.Monitoring.EventPipe" Version="9.0.0-preview.24563.1">
11+
<Dependency Name="Microsoft.Diagnostics.Monitoring.EventPipe" Version="9.0.0-preview.24564.1">
1212
<Uri>https://github.com/dotnet/diagnostics</Uri>
13-
<Sha>d1d00bba1865fac0b1717c2a983aeb945274c1dc</Sha>
13+
<Sha>8c505ca6921b5f7e9b8acc234cc8f15035537ee4</Sha>
1414
</Dependency>
1515
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24528.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>42652ca52cd5f9f637fef2b3ab6148805e3c5168</Sha>
4848
</Dependency>
49-
<Dependency Name="Microsoft.FileFormats" Version="1.0.556301">
49+
<Dependency Name="Microsoft.FileFormats" Version="1.0.556401">
5050
<Uri>https://github.com/dotnet/diagnostics</Uri>
51-
<Sha>d1d00bba1865fac0b1717c2a983aeb945274c1dc</Sha>
51+
<Sha>8c505ca6921b5f7e9b8acc234cc8f15035537ee4</Sha>
5252
</Dependency>
5353
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.1" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
5454
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>

eng/Versions.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
<!-- dotnet/command-line-api references -->
5858
<SystemCommandLineVersion>2.0.0-beta4.24528.1</SystemCommandLineVersion>
5959
<!-- dotnet/diagnostics references -->
60-
<MicrosoftDiagnosticsMonitoringVersion>9.0.0-preview.24563.1</MicrosoftDiagnosticsMonitoringVersion>
61-
<MicrosoftDiagnosticsMonitoringEventPipeVersion>9.0.0-preview.24563.1</MicrosoftDiagnosticsMonitoringEventPipeVersion>
60+
<MicrosoftDiagnosticsMonitoringVersion>9.0.0-preview.24564.1</MicrosoftDiagnosticsMonitoringVersion>
61+
<MicrosoftDiagnosticsMonitoringEventPipeVersion>9.0.0-preview.24564.1</MicrosoftDiagnosticsMonitoringEventPipeVersion>
6262
<!-- dotnet/installer references -->
6363
<MicrosoftDotnetSdkInternalVersion>8.0.103-servicing.24114.15</MicrosoftDotnetSdkInternalVersion>
6464
<!-- dotnet/roslyn-analyzers -->
@@ -67,7 +67,7 @@
6767
<MicrosoftNETCoreAppRuntimewinx64Version>8.0.1</MicrosoftNETCoreAppRuntimewinx64Version>
6868
<VSRedistCommonNetCoreSharedFrameworkx6480Version>8.0.1-servicing.23580.1</VSRedistCommonNetCoreSharedFrameworkx6480Version>
6969
<!-- dotnet/symstore references -->
70-
<MicrosoftFileFormatsVersion>1.0.556301</MicrosoftFileFormatsVersion>
70+
<MicrosoftFileFormatsVersion>1.0.556401</MicrosoftFileFormatsVersion>
7171
</PropertyGroup>
7272
<PropertyGroup Label="Runtime Versions">
7373
<MicrosoftAspNetCoreApp31Version>$(MicrosoftNETCoreApp31Version)</MicrosoftAspNetCoreApp31Version>

0 commit comments

Comments
 (0)