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
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -463,9 +463,9 @@
<Sha>79859263121f7fb30c6f8a5c463616afc5a1fc5d</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.symreader" Version="2.2.0-beta.25124.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.symreader" Version="2.2.0-beta.25168.1">
<Uri>https://github.com/dotnet/symreader</Uri>
<Sha>e3d70b066e2e27c7050928e1095df9e5ae859dfd</Sha>
<Sha>ffe2934fd3800a78c2bc17327a65ea39a993755f</Sha>
<SourceBuild RepoName="symreader" ManagedOnly="true" />
</Dependency>
</ToolsetDependencies>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<!-- Packages from dotnet/source-build-reference-packages -->
<MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion>10.0.616401</MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion>
<!-- Packages from dotnet/symreader -->
<MicrosoftSourceBuildIntermediatesymreaderVersion>2.2.0-beta.25124.1</MicrosoftSourceBuildIntermediatesymreaderVersion>
<MicrosoftSourceBuildIntermediatesymreaderVersion>2.2.0-beta.25168.1</MicrosoftSourceBuildIntermediatesymreaderVersion>
<!-- Packages from dotnet/xdt -->
<MicrosoftWebXdtVersion>10.0.0-preview.25067.1</MicrosoftWebXdtVersion>
<MicrosoftSourceBuildIntermediatexdtVersion>10.0.0-preview.25067.1</MicrosoftSourceBuildIntermediatexdtVersion>
Expand Down
Loading