Skip to content

Commit ea524b1

Browse files
[main] Update dependencies from dotnet/source-build-reference-packages (dotnet#42141)
1 parent afbba78 commit ea524b1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747

4848
<!-- These are coming in via runtime but the source-build infra isn't able to automatically pick up the right intermediate. -->
4949
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Crossgen2.linux-x64/*9.0.*" />
50+
51+
<UsagePattern IdentityGlob="System.IO.Pipelines/*8.0.0*" />
52+
<UsagePattern IdentityGlob="System.Threading.Tasks.Dataflow/*8.0.0*" />
5053
</IgnorePatterns>
5154

5255
</UsageData>

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,9 @@
443443
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
444444
</Dependency>
445445
<!-- Intermediate is necessary for source build. -->
446-
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24358.1">
446+
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24362.1">
447447
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
448-
<Sha>815f91338b1c4485b50bc0da9518b7b8433c75c1</Sha>
448+
<Sha>2fa4c4f8c0b17b48d2f37839563d6862d1974736</Sha>
449449
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
450450
</Dependency>
451451
<Dependency Name="Microsoft.Deployment.DotNet.Releases" Version="2.0.0-preview.1.24305.1">

0 commit comments

Comments
 (0)