Skip to content

Commit fce2441

Browse files
[main] Update dependencies from dotnet/source-build-reference-packages (#56771)
* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240712.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 9.0.0-alpha.1.24358.1 -> To Version 9.0.0-alpha.1.24362.1 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240712.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 9.0.0-alpha.1.24358.1 -> To Version 9.0.0-alpha.1.24362.1 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240712.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 9.0.0-alpha.1.24358.1 -> To Version 9.0.0-alpha.1.24362.1 * Add prebuilt exclusions * Move lines --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Matt Thalman <mthalman@microsoft.com>
1 parent 8d9db2f commit fce2441

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<UsagePattern IdentityGlob="System.Composition.Hosting/*7.0.0*" />
1818
<UsagePattern IdentityGlob="System.Composition.Runtime/*7.0.0*" />
1919
<UsagePattern IdentityGlob="System.Composition.TypedParts/*7.0.0*" />
20+
<UsagePattern IdentityGlob="System.Security.Cryptography.Pkcs/5.0.*" />
2021

2122
<!-- These are what the analyzers are built against. They are overridden in full source build.
2223
It may be possible to generate SBRPs -->
@@ -26,7 +27,9 @@
2627
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp/*3.3.1*" />
2728
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp.Workspaces/*3.3.1*" />
2829
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Workspaces.Common/*3.3.1*" />
30+
<UsagePattern IdentityGlob="System.Composition/1.0.*" />
2931
<UsagePattern IdentityGlob="System.Composition/*7.0.0*" />
32+
<UsagePattern IdentityGlob="System.IO.Pipelines/8.0.*" />
3033
<UsagePattern IdentityGlob="System.Threading.Tasks.Extensions/*4.5.3*" />
3134

3235
<!-- These are coming in via runtime but the source-build infra isn't able to automatically pick up the right intermediate. -->

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,9 @@
339339
<Sha>0d51607fb791c51a14b552ed24fe3430c252148b</Sha>
340340
<SourceBuild RepoName="xdt" ManagedOnly="true" />
341341
</Dependency>
342-
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24358.1">
342+
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24362.1">
343343
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
344-
<Sha>815f91338b1c4485b50bc0da9518b7b8433c75c1</Sha>
344+
<Sha>2fa4c4f8c0b17b48d2f37839563d6862d1974736</Sha>
345345
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
346346
</Dependency>
347347
<!-- Not updated automatically -->

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<!-- Packages from dotnet/source-build-externals -->
173173
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>9.0.0-alpha.1.24358.3</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
174174
<!-- Packages from dotnet/source-build-reference-packages -->
175-
<MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion>9.0.0-alpha.1.24358.1</MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion>
175+
<MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion>9.0.0-alpha.1.24362.1</MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion>
176176
<!-- Packages from dotnet/symreader -->
177177
<MicrosoftSourceBuildIntermediatesymreaderVersion>2.2.0-beta.24327.2</MicrosoftSourceBuildIntermediatesymreaderVersion>
178178
<!-- Packages from dotnet/winforms -->

0 commit comments

Comments
 (0)