Skip to content

Commit c144443

Browse files
[main] Source code updates from dotnet/dotnet (#15110)
* Update dependencies from https://github.com/dotnet/dotnet build 272389 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.631904 -> 0.2.631905) * Update dependencies from https://github.com/dotnet/dotnet build 272596 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.631905 -> 0.2.632106) * Update dependencies from https://github.com/dotnet/dotnet build 272656 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.632106 -> 0.2.632118) * Update dependencies from https://github.com/dotnet/dotnet build 272780 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.632118 -> 0.2.632402) * Update dependencies from https://github.com/dotnet/dotnet build 272949 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.632402 -> 0.2.632503) * Update dependencies from https://github.com/dotnet/dotnet build 273094 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.632503 -> 0.2.0-preview.25325.106) * Update dependencies from https://github.com/dotnet/dotnet build 273256 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25325.106 -> 0.2.0-preview.25326.109) * Update dependencies from https://github.com/dotnet/dotnet build 273347 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25326.109 -> 0.2.0-preview.25327.102) * Update dependencies from https://github.com/dotnet/dotnet build 273672 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25327.102 -> 0.2.0-preview.25330.103) * Update dependencies from https://github.com/dotnet/dotnet build 273813 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25330.103 -> 0.2.0-preview.25351.105) * Update dependencies from https://github.com/dotnet/dotnet build 273855 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25351.105 -> 0.2.0-preview.25351.106) * Update dependencies from https://github.com/dotnet/dotnet build 274386 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25351.106 -> 0.2.0-preview.25358.102) * Update dependencies from https://github.com/dotnet/dotnet build 274568 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25358.102 -> 0.2.0-preview.25359.101) * Update dependencies from https://github.com/dotnet/dotnet build 274788 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25359.101 -> 0.2.0-preview.25360.101) * Update dependencies from https://github.com/dotnet/dotnet build 275021 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25360.101 -> 0.2.0-preview.25362.103) * Update dependencies from https://github.com/dotnet/dotnet build 275039 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25362.103 -> 0.2.0-preview.25363.101) * Update dependencies from https://github.com/dotnet/dotnet build 275143 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25363.101 -> 0.2.0-preview.25364.102) * Update dependencies from https://github.com/dotnet/dotnet build 275313 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25364.102 -> 0.2.0-preview.25365.101) * Update dependencies from https://github.com/dotnet/dotnet build 275513 Updated Dependencies: Microsoft.Diagnostics.NETCore.Client (Version 0.2.0-preview.25365.101 -> 0.2.0-preview.25366.103) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent f97214f commit c144443

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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="9bcfe617e4f615d6931e2eec47767c3f15116d1d" BarId="272322" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="vstest" Sha="d13c858f5792ca573c322dcaf2cf7ea814fa5f31" BarId="275513" />
44
<ProductDependencies>
55
<Dependency Name="Microsoft.Internal.CodeCoverage" Version="17.15.0-preview.25354.5">
66
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
77
<Sha>b3c8a0e7de26919a4efd2a347133522dca5b8ee6</Sha>
88
</Dependency>
9-
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.631904">
9+
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.0-preview.25366.103">
1010
<Uri>https://github.com/dotnet/dotnet</Uri>
11-
<Sha>9bcfe617e4f615d6931e2eec47767c3f15116d1d</Sha>
11+
<Sha>d13c858f5792ca573c322dcaf2cf7ea814fa5f31</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="System.ComponentModel.Composition" Version="4.5.0">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<MicrosoftCodeAnalysisBannedApiAnalyzersVersion>3.3.4</MicrosoftCodeAnalysisBannedApiAnalyzersVersion>
4949
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.3.4</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
5050
<MicrosoftCodeCoverageIOVersion>17.7.0</MicrosoftCodeCoverageIOVersion>
51-
<MicrosoftDiagnosticsNETCoreClientVersion>0.2.631904</MicrosoftDiagnosticsNETCoreClientVersion>
51+
<MicrosoftDiagnosticsNETCoreClientVersion>0.2.0-preview.25366.103</MicrosoftDiagnosticsNETCoreClientVersion>
5252
<MicrosoftExtensionsDependencyModelPackageVersion>6.0.2</MicrosoftExtensionsDependencyModelPackageVersion>
5353
<MicrosoftExtensionsFileSystemGlobbingVersion>6.0.0</MicrosoftExtensionsFileSystemGlobbingVersion>
5454
<MicrosoftFakesVersion>18.0.0-beta.25364.2</MicrosoftFakesVersion>

0 commit comments

Comments
 (0)