Skip to content

Commit 0e2b971

Browse files
[main] Source code updates from dotnet/dotnet (#15322)
* Update dependencies from https://github.com/dotnet/dotnet build 290335 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25556.111 -> 0.2.0-preview.25560.108) * Update dependencies from https://github.com/dotnet/dotnet build 290484 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25560.108 -> 0.2.0-preview.25562.102) * Update dependencies from https://github.com/dotnet/dotnet build 290644 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25562.102 -> 0.2.0-preview.25562.109) * Update dependencies from https://github.com/dotnet/dotnet build 290847 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25562.109 -> 0.2.0-preview.25563.103) * Update dependencies from https://github.com/dotnet/dotnet build 291022 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25563.103 -> 0.2.0-preview.25565.104) * Update dependencies from https://github.com/dotnet/dotnet build 291132 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25565.104 -> 0.2.0-preview.25567.106) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent bbee830 commit 0e2b971

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eng/Version.Details.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This file should be imported by eng/Versions.props
88
<!-- _git/vs-code-coverage dependencies -->
99
<MicrosoftInternalCodeCoveragePackageVersion>18.3.0-preview.25571.1</MicrosoftInternalCodeCoveragePackageVersion>
1010
<!-- dotnet/dotnet dependencies -->
11-
<MicrosoftDiagnosticsNETCoreClientPackageVersion>0.2.0-preview.25556.111</MicrosoftDiagnosticsNETCoreClientPackageVersion>
11+
<MicrosoftDiagnosticsNETCoreClientPackageVersion>0.2.0-preview.25567.106</MicrosoftDiagnosticsNETCoreClientPackageVersion>
1212
<!-- dotnet/runtime dependencies -->
1313
<MicrosoftExtensionsDependencyModelPackageVersion>6.0.2</MicrosoftExtensionsDependencyModelPackageVersion>
1414
<!-- dotnet/core-setup dependencies -->

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="vstest" Sha="77ee357638bcd8fa66a1c16fa588dcd5818068d2" BarId="289869" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="vstest" Sha="feff871cec763e9a9f8e9ace212f0fd6041d479f" BarId="291132" />
44
<ProductDependencies>
55
<Dependency Name="Microsoft.Internal.CodeCoverage" Version="18.3.0-preview.25571.1">
66
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
77
<Sha>4369328a34a179f8bc91d3757d850a1214c72c73</Sha>
88
</Dependency>
9-
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.0-preview.25556.111">
9+
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.0-preview.25567.106">
1010
<Uri>https://github.com/dotnet/dotnet</Uri>
11-
<Sha>77ee357638bcd8fa66a1c16fa588dcd5818068d2</Sha>
11+
<Sha>feff871cec763e9a9f8e9ace212f0fd6041d479f</Sha>
1212
</Dependency>
1313
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
1414
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="6.0.2">

0 commit comments

Comments
 (0)