Skip to content

Commit ab03fba

Browse files
authored
Add explicit dependency for Microsoft.SourceBuild.Intermediate.runtime.linux-x64 (#50774)
1 parent eed0fbe commit ab03fba

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,10 @@
319319
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.0-rc.2.23464.16">
320320
<Uri>https://github.com/dotnet/runtime</Uri>
321321
<Sha>9cdbc87dadbf358206f20f17fed005cdcb253452</Sha>
322+
</Dependency>
323+
<Dependency Name="Microsoft.SourceBuild.Intermediate.runtime.linux-x64" Version="8.0.0-rc.2.23464.16">
324+
<Uri>https://github.com/dotnet/runtime</Uri>
325+
<Sha>9cdbc87dadbf358206f20f17fed005cdcb253452</Sha>
322326
<SourceBuild RepoName="runtime" ManagedOnly="false" />
323327
</Dependency>
324328
<Dependency Name="Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm" Version="8.0.0-rc.2.23464.16">

eng/Versions.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
<SystemThreadingAccessControlVersion>8.0.0-rc.2.23464.16</SystemThreadingAccessControlVersion>
128128
<SystemThreadingChannelsVersion>8.0.0-rc.2.23464.16</SystemThreadingChannelsVersion>
129129
<SystemThreadingRateLimitingVersion>8.0.0-rc.2.23464.16</SystemThreadingRateLimitingVersion>
130+
<MicrosoftSourceBuildIntermediateruntimelinuxx64Version>8.0.0-rc.2.23464.16</MicrosoftSourceBuildIntermediateruntimelinuxx64Version>
130131
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
131132
<MicrosoftNETCorePlatformsVersion>8.0.0-rc.2.23464.16</MicrosoftNETCorePlatformsVersion>
132133
<MicrosoftBclAsyncInterfacesVersion>8.0.0-rc.2.23464.16</MicrosoftBclAsyncInterfacesVersion>

0 commit comments

Comments
 (0)