Skip to content

Commit f0aba8b

Browse files
[main] Source code updates from dotnet/dotnet (#15293)
* Update dependencies from https://github.com/dotnet/dotnet build 286257 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25476.104 -> 0.2.0-preview.25508.102) * Update dependencies from https://github.com/dotnet/dotnet build 286279 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25508.102 -> 0.2.0-preview.25508.109) * Update dependencies from https://github.com/dotnet/dotnet build 286548 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25508.109 -> 0.2.0-preview.25510.104) * Update dependencies from https://github.com/dotnet/dotnet build 286642 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25510.104 -> 0.2.0-preview.25511.101) * Update dependencies from https://github.com/dotnet/dotnet build 286825 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25511.101 -> 0.2.0-preview.25513.104) * Update dependencies from https://github.com/dotnet/dotnet build 287091 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25513.104 -> 0.2.0-preview.25514.106) * Update dependencies from https://github.com/dotnet/dotnet build 287240 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25514.106 -> 0.2.0-preview.25515.101) * Update dependencies from https://github.com/dotnet/dotnet build 287454 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25515.101 -> 0.2.0-preview.25515.110) * Update dependencies from https://github.com/dotnet/dotnet build 287677 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25515.110 -> 0.2.0-preview.25517.107) * Update dependencies from https://github.com/dotnet/dotnet build 287856 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25517.107 -> 0.2.0-preview.25520.104) * Update dependencies from https://github.com/dotnet/dotnet build 288041 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25520.104 -> 0.2.0-preview.25521.106) * Update dependencies from https://github.com/dotnet/dotnet build 288109 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25521.106 -> 0.2.0-preview.25522.101) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 3fa5b75 commit f0aba8b

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.1.0-preview.25507.2</MicrosoftInternalCodeCoveragePackageVersion>
1010
<!-- dotnet/dotnet dependencies -->
11-
<MicrosoftDiagnosticsNETCoreClientPackageVersion>0.2.0-preview.25476.104</MicrosoftDiagnosticsNETCoreClientPackageVersion>
11+
<MicrosoftDiagnosticsNETCoreClientPackageVersion>0.2.0-preview.25522.101</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="777f2e45307a388b5687e6a6b99dff753965a5a4" BarId="284895" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="vstest" Sha="2e13727a96e95d0856ff9fa35bb896b1c1b633e6" BarId="288109" />
44
<ProductDependencies>
55
<Dependency Name="Microsoft.Internal.CodeCoverage" Version="18.1.0-preview.25507.2">
66
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
77
<Sha>b3ec110c7b23b6f726c516763f6810e74be7b192</Sha>
88
</Dependency>
9-
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.0-preview.25476.104">
9+
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.0-preview.25522.101">
1010
<Uri>https://github.com/dotnet/dotnet</Uri>
11-
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
11+
<Sha>2e13727a96e95d0856ff9fa35bb896b1c1b633e6</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)