Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
13 commits
Select commit Hold shift + click to select a range
a447e96
Update dependencies from https://github.com/dotnet/dotnet build 286257
dotnet-maestro[bot] Oct 9, 2025
5d0e421
Update dependencies from https://github.com/dotnet/dotnet build 286279
dotnet-maestro[bot] Oct 10, 2025
432afa2
Update dependencies from https://github.com/dotnet/dotnet build 286548
dotnet-maestro[bot] Oct 11, 2025
9a094d5
Update dependencies from https://github.com/dotnet/dotnet build 286642
dotnet-maestro[bot] Oct 12, 2025
1b719ad
Update dependencies from https://github.com/dotnet/dotnet build 286825
dotnet-maestro[bot] Oct 14, 2025
e02b77a
Update dependencies from https://github.com/dotnet/dotnet build 287091
dotnet-maestro[bot] Oct 15, 2025
9765d15
Update dependencies from https://github.com/dotnet/dotnet build 287240
dotnet-maestro[bot] Oct 16, 2025
aa477b0
Update dependencies from https://github.com/dotnet/dotnet build 287454
dotnet-maestro[bot] Oct 17, 2025
a928a76
Update dependencies from https://github.com/dotnet/dotnet build 287677
dotnet-maestro[bot] Oct 18, 2025
ce4ba97
Update dependencies from https://github.com/dotnet/dotnet build 287856
dotnet-maestro[bot] Oct 21, 2025
67f4a50
Update dependencies from https://github.com/dotnet/dotnet build 288041
dotnet-maestro[bot] Oct 22, 2025
c917625
Merge main into darc-main-8c473e09-d314-44b1-b5e6-495bd0329352
dotnet-maestro[bot] Oct 23, 2025
0d07589
Update dependencies from https://github.com/dotnet/dotnet build 288109
dotnet-maestro[bot] Oct 23, 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
2 changes: 1 addition & 1 deletion eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This file should be imported by eng/Versions.props
<!-- _git/vs-code-coverage dependencies -->
<MicrosoftInternalCodeCoveragePackageVersion>18.1.0-preview.25507.2</MicrosoftInternalCodeCoveragePackageVersion>
<!-- dotnet/dotnet dependencies -->
<MicrosoftDiagnosticsNETCoreClientPackageVersion>0.2.0-preview.25476.104</MicrosoftDiagnosticsNETCoreClientPackageVersion>
<MicrosoftDiagnosticsNETCoreClientPackageVersion>0.2.0-preview.25522.101</MicrosoftDiagnosticsNETCoreClientPackageVersion>
<!-- dotnet/runtime dependencies -->
<MicrosoftExtensionsDependencyModelPackageVersion>6.0.2</MicrosoftExtensionsDependencyModelPackageVersion>
<!-- dotnet/core-setup dependencies -->
Expand Down
6 changes: 3 additions & 3 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<Source Uri="https://github.com/dotnet/dotnet" Mapping="vstest" Sha="777f2e45307a388b5687e6a6b99dff753965a5a4" BarId="284895" />
<Source Uri="https://github.com/dotnet/dotnet" Mapping="vstest" Sha="2e13727a96e95d0856ff9fa35bb896b1c1b633e6" BarId="288109" />
<ProductDependencies>
<Dependency Name="Microsoft.Internal.CodeCoverage" Version="18.1.0-preview.25507.2">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>b3ec110c7b23b6f726c516763f6810e74be7b192</Sha>
</Dependency>
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.0-preview.25476.104">
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.0-preview.25522.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
<Sha>2e13727a96e95d0856ff9fa35bb896b1c1b633e6</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="6.0.2">
Expand Down