Skip to content

Commit ae86074

Browse files
[main] Update dependencies from dotnet/source-build-reference-packages (#57078)
* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240729.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 9.0.0-alpha.1.24374.1 -> To Version 9.0.0-alpha.1.24379.2 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240729.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 9.0.0-alpha.1.24374.1 -> To Version 9.0.0-alpha.1.24379.2 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240729.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 9.0.0-alpha.1.24374.1 -> To Version 9.0.0-alpha.1.24379.2 * Update SourceBuildPrebuiltBaseline.xml --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: William Godbe <[email protected]>
1 parent 26ee437 commit ae86074

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

eng/SourceBuildPrebuiltBaseline.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<UsagePattern IdentityGlob="NuGet.Versioning/*6.2.4*" />
1212

1313
<!-- Only used by the ASP.NET Core CI, not needed for source build -->
14-
<UsagePattern IdentityGlob="System.Composition/6.0.0*" />
15-
<UsagePattern IdentityGlob="System.Composition.AttributedModel/*7.0.0*" />
16-
<UsagePattern IdentityGlob="System.Composition.Convention/*7.0.0*" />
17-
<UsagePattern IdentityGlob="System.Composition.Hosting/*7.0.0*" />
18-
<UsagePattern IdentityGlob="System.Composition.Runtime/*7.0.0*" />
19-
<UsagePattern IdentityGlob="System.Composition.TypedParts/*7.0.0*" />
14+
<UsagePattern IdentityGlob="System.Composition/8.0.0*" />
15+
<UsagePattern IdentityGlob="System.Composition.AttributedModel/*8.0.0*" />
16+
<UsagePattern IdentityGlob="System.Composition.Convention/*8.0.0*" />
17+
<UsagePattern IdentityGlob="System.Composition.Hosting/*8.0.0*" />
18+
<UsagePattern IdentityGlob="System.Composition.Runtime/*8.0.0*" />
19+
<UsagePattern IdentityGlob="System.Composition.TypedParts/*8.0.0*" />
2020
<UsagePattern IdentityGlob="System.Security.Cryptography.Pkcs/5.0.*" />
2121

2222
<!-- These are what the analyzers are built against. They are overridden in full source build.

eng/Version.Details.xml

+2-2
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.24374.1">
342+
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24379.2">
343343
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
344-
<Sha>26ae006620fb4518276b494efac55dbcd8f80224</Sha>
344+
<Sha>7acff95b845d4e44ac902068932076a77bfed595</Sha>
345345
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
346346
</Dependency>
347347
<!-- Not updated automatically -->

eng/Versions.props

+1-1
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.24376.4</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
174174
<!-- Packages from dotnet/source-build-reference-packages -->
175-
<MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion>9.0.0-alpha.1.24374.1</MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion>
175+
<MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion>9.0.0-alpha.1.24379.2</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)