Skip to content
Merged
Changes from all commits
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
13 changes: 6 additions & 7 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
</ProductDependencies>
<ProductDependencies></ProductDependencies>
<ToolsetDependencies>
<!-- Needed for when this dependency gets updated in
https://github.com/dotnet/source-build-externals, otherwise
Expand Down Expand Up @@ -160,10 +159,10 @@
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.25521.3">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>a9cadb09ddcc99b1e535efb0648047634f0c4f40</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-assets" Version="9.0.0-alpha.1.26208.6">
<Uri>https://github.com/dotnet/source-build-assets</Uri>
<Sha>8e19a1b4f607fcbecc4edbd322d77a60d4e25c3c</Sha>
<SourceBuild RepoName="source-build-assets" ManagedOnly="true" />
</Dependency>
<!-- Transitive dependency needed for source build. -->
<Dependency Name="System.Collections.Immutable" Version="9.0.0-rc.2.24473.5">
Expand Down Expand Up @@ -196,4 +195,4 @@
<Sha>d2f4ad508066c0d1d86061cef54d295cbed71a6a</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
</Dependencies>
Loading