Skip to content

Commit 96222e8

Browse files
authored
Restore correct Version.Details.xml Source Sha (dotnet#5818)
The backflow from the VMR is failing after the Source Sha in `eng/Version.Details.xml` was changed to an unknown value in dotnet#5789. This PR restore it back to the value it had prior to that, which was set by dotnet#5589
1 parent 32043f8 commit 96222e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/Version.Details.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Dependencies>
2-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="diagnostics" Sha="58dadbc4a07fa7215da2da6e2d18c6d90c89edc7" BarId="284895" />
2+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="diagnostics" Sha="4e6cfd9762f7562d398be31e2bff79f3e993a9c2" BarId="284895" />
33
<ProductDependencies>
44
<Dependency Name="Microsoft.Diagnostics.Runtime" Version="4.0.725402">
55
<Uri>https://github.com/microsoft/clrmd</Uri>

0 commit comments

Comments
 (0)