Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
0f769a0
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Nov 14, 2025
d6add6f
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Nov 15, 2025
6fb762a
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Nov 16, 2025
7f96269
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Nov 19, 2025
245f93c
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Nov 20, 2025
5822745
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Nov 21, 2025
70ca8ef
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Nov 23, 2025
2cb1372
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Nov 24, 2025
86376a5
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Nov 25, 2025
f439bee
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Nov 26, 2025
cd5f9b1
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Nov 27, 2025
850ad9a
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Nov 28, 2025
7bc0c75
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Nov 29, 2025
18a467c
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Dec 1, 2025
e0524fc
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Dec 2, 2025
4e043ee
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Dec 3, 2025
a1e1f31
Update dependencies from https://github.com/dotnet/diagnostics build …
dotnet-maestro[bot] Dec 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
<Sha>4442a188f9200a57635373dcd640893c0e8dcc78</Sha>
</Dependency>
<Dependency Name="Microsoft.Diagnostics.Monitoring" Version="9.0.0-preview.25561.1">
<Dependency Name="Microsoft.Diagnostics.Monitoring" Version="9.0.0-preview.25603.1">
<Uri>https://github.com/dotnet/diagnostics</Uri>
<Sha>ea6796b6d0556f8ab3c01d0c0d8f234fdfdf1d73</Sha>
<Sha>9c087c3226c188cd13c69b990ef820d7a93ceab5</Sha>
</Dependency>
<Dependency Name="Microsoft.Diagnostics.Monitoring.EventPipe" Version="9.0.0-preview.25561.1">
<Dependency Name="Microsoft.Diagnostics.Monitoring.EventPipe" Version="9.0.0-preview.25603.1">
<Uri>https://github.com/dotnet/diagnostics</Uri>
<Sha>ea6796b6d0556f8ab3c01d0c0d8f234fdfdf1d73</Sha>
<Sha>9c087c3226c188cd13c69b990ef820d7a93ceab5</Sha>
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-rc.1.25408.2">
<Uri>https://github.com/dotnet/command-line-api</Uri>
Expand Down Expand Up @@ -42,9 +42,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0890ca08513391dafe556fb326c73c6c5c6cb329</Sha>
</Dependency>
<Dependency Name="Microsoft.FileFormats" Version="1.0.656101">
<Dependency Name="Microsoft.FileFormats" Version="1.0.660301">
<Uri>https://github.com/dotnet/diagnostics</Uri>
<Sha>ea6796b6d0556f8ab3c01d0c0d8f234fdfdf1d73</Sha>
<Sha>9c087c3226c188cd13c69b990ef820d7a93ceab5</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="9.0.1" CoherentParentDependency="VS.Redist.Common.NetCore.SdkPlaceholder.x64.9.0">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<!-- dotnet/command-line-api references -->
<SystemCommandLineVersion>2.0.0-rc.1.25408.2</SystemCommandLineVersion>
<!-- dotnet/diagnostics references -->
<MicrosoftDiagnosticsMonitoringVersion>9.0.0-preview.25561.1</MicrosoftDiagnosticsMonitoringVersion>
<MicrosoftDiagnosticsMonitoringEventPipeVersion>9.0.0-preview.25561.1</MicrosoftDiagnosticsMonitoringEventPipeVersion>
<MicrosoftDiagnosticsMonitoringVersion>9.0.0-preview.25603.1</MicrosoftDiagnosticsMonitoringVersion>
<MicrosoftDiagnosticsMonitoringEventPipeVersion>9.0.0-preview.25603.1</MicrosoftDiagnosticsMonitoringEventPipeVersion>
<!-- dotnet/roslyn-analyzers -->
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.25076.3</MicrosoftCodeAnalysisNetAnalyzersVersion>
<!-- dotnet/runtime references -->
Expand All @@ -67,7 +67,7 @@
<!-- dotnet/sdk references -->
<VSRedistCommonNetCoreSdkPlaceholderx6490Version>9.0.200-rtm.25073.13</VSRedistCommonNetCoreSdkPlaceholderx6490Version>
<!-- dotnet/symstore references -->
<MicrosoftFileFormatsVersion>1.0.656101</MicrosoftFileFormatsVersion>
<MicrosoftFileFormatsVersion>1.0.660301</MicrosoftFileFormatsVersion>
</PropertyGroup>
<PropertyGroup Label="Runtime Versions">
<MicrosoftAspNetCoreApp80Version>$(MicrosoftNETCoreApp80Version)</MicrosoftAspNetCoreApp80Version>
Expand Down