Skip to content

Commit 3b121e2

Browse files
[main] Update dependencies from dotnet/symreader (#47730)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 19abc98 commit 3b121e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,9 @@
489489
Adding an explicit dependency to make sure the latest version is used instead of the SBRP
490490
one under source build. -->
491491
<!-- Intermediate is necessary for source build. -->
492-
<Dependency Name="Microsoft.DiaSymReader" Version="2.2.0-beta.25124.1">
492+
<Dependency Name="Microsoft.DiaSymReader" Version="2.2.0-beta.25168.1">
493493
<Uri>https://github.com/dotnet/symreader</Uri>
494-
<Sha>e3d70b066e2e27c7050928e1095df9e5ae859dfd</Sha>
494+
<Sha>ffe2934fd3800a78c2bc17327a65ea39a993755f</Sha>
495495
</Dependency>
496496
<!-- Intermediate is necessary for source build. -->
497497
<Dependency Name="Microsoft.SourceBuild.Intermediate.command-line-api" Version="0.1.607102">
@@ -552,9 +552,9 @@
552552
<SourceBuild RepoName="deployment-tools" ManagedOnly="true" />
553553
</Dependency>
554554
<!-- Intermediate is necessary for source build. -->
555-
<Dependency Name="Microsoft.SourceBuild.Intermediate.symreader" Version="2.2.0-beta.25124.1">
555+
<Dependency Name="Microsoft.SourceBuild.Intermediate.symreader" Version="2.2.0-beta.25168.1">
556556
<Uri>https://github.com/dotnet/symreader</Uri>
557-
<Sha>e3d70b066e2e27c7050928e1095df9e5ae859dfd</Sha>
557+
<Sha>ffe2934fd3800a78c2bc17327a65ea39a993755f</Sha>
558558
<SourceBuild RepoName="symreader" ManagedOnly="true" />
559559
</Dependency>
560560
<!-- Dependency required for flowing correct package version in source-build, using PVP flow. -->

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</PropertyGroup>
8181
<PropertyGroup>
8282
<!-- Dependency from https://github.com/dotnet/symreader -->
83-
<MicrosoftDiaSymReaderVersion>2.2.0-beta.25124.1</MicrosoftDiaSymReaderVersion>
83+
<MicrosoftDiaSymReaderVersion>2.2.0-beta.25168.1</MicrosoftDiaSymReaderVersion>
8484
</PropertyGroup>
8585
<PropertyGroup>
8686
<!-- Dependency from https://github.com/dotnet/arcade-services -->

0 commit comments

Comments
 (0)