Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
Update dependencies from https://github.com/dotnet/dotnet build 289141
Updated Dependencies:
Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25530.107 -> 0.2.0-preview.25531.101)
  • Loading branch information
dotnet-maestro[bot] committed Nov 1, 2025
commit d8621c1c20f0fad29c97b95b907591814a2bfc14
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.25530.107</MicrosoftDiagnosticsNETCoreClientPackageVersion>
<MicrosoftDiagnosticsNETCoreClientPackageVersion>0.2.0-preview.25531.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="edaa458fbcad30109ac00ae95bc4d70203b69ea8" BarId="289078" />
<Source Uri="https://github.com/dotnet/dotnet" Mapping="vstest" Sha="6ad4d0db4a7569ab9944901096381c5eff133709" BarId="289141" />
<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.25530.107">
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.0-preview.25531.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>edaa458fbcad30109ac00ae95bc4d70203b69ea8</Sha>
<Sha>6ad4d0db4a7569ab9944901096381c5eff133709</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
Loading