Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Update dependencies from dotnet/source-build-reference-packages #15016

Merged
merged 3 commits into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
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
25 changes: 13 additions & 12 deletions eng/SourceBuildPrebuiltBaseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,26 @@
These dependencies are replaced with their live versions when building in real source build.
https://github.com/dotnet/dotnet/blob/d966d07fa1f7a5bdddbb9aa39603f1a9c739eb1d/repo-projects/vstest.proj#L13
-->
<!-- Caused by dependency on System.ComponentModel.Composition.8.0.0. This version is overridden in full source-build. -->
<UsagePattern IdentityGlob="Microsoft.NETCore.Platforms/2.0.0" />
<!-- Caused by dependency on System.ComponentModel.Composition. This version is overridden in full source-build. -->
<UsagePattern IdentityGlob="Microsoft.NETCore.Platforms/*" />
<!-- This version is overridden in full source-build. -->
<UsagePattern IdentityGlob="System.ComponentModel.Composition/8.0.0" />
<!-- Caused by dependency on System.ComponentModel.Composition.8.0.0. This version is overridden in full source-build. -->
<UsagePattern IdentityGlob="System.Security.AccessControl/8.0.0" />
<!-- Caused by dependency on System.ComponentModel.Composition.8.0.0. This version is overridden in full source-build. -->
<UsagePattern IdentityGlob="System.Security.Permissions/8.0.0" />
<!-- Caused by dependency on System.ComponentModel.Composition.8.0.0. This version is overridden in full source-build. -->
<UsagePattern IdentityGlob="System.Security.Principal.Windows/8.0.0" />
<UsagePattern IdentityGlob="System.ComponentModel.Composition/*" />
<!-- Caused by dependency on System.ComponentModel.Composition. This version is overridden in full source-build. -->
<UsagePattern IdentityGlob="System.Security.AccessControl/*" />
<!-- Caused by dependency on System.ComponentModel.Composition. This version is overridden in full source-build. -->
<UsagePattern IdentityGlob="System.Security.Permissions/*" />
<!-- Caused by dependency on System.ComponentModel.Composition. This version is overridden in full source-build. -->
<UsagePattern IdentityGlob="System.Security.Principal.Windows/*" />


<!-- Caused by multi-targeting source build for repo builds/CI. Product source build only targets NetCurrent. -->
<UsagePattern IdentityGlob="Microsoft.Diagnostics.NETCore.Client/0.2.*" />
<UsagePattern IdentityGlob="Microsoft.AspNetCore.App.Ref/8.0.*" />
<UsagePattern IdentityGlob="Microsoft.NetCore.App.Ref/8.0.*" />
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Host.linux-x64/8.0.*" />
<UsagePattern IdentityGlob="Microsoft.Extensions.FileSystemGlobbing/2.0.0" />
<UsagePattern IdentityGlob="System.Text.Json/4.7.0" />
<UsagePattern IdentityGlob="Microsoft.Extensions.DependencyModel/3.1.0*" />
<UsagePattern IdentityGlob="Microsoft.Extensions.FileSystemGlobbing/*" />
<UsagePattern IdentityGlob="System.Text.Encodings.Web/*" />
<UsagePattern IdentityGlob="System.Text.Json/*" />
<UsagePattern IdentityGlob="Microsoft.Extensions.DependencyModel/*" />
</IgnorePatterns>
</UsageData>
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="10.0.611203">
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="10.0.612502">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>865d72f852fd723028f8996f8ba9f070bbf37360</Sha>
<Sha>5796b97990df0be9fb9b08c7c4b5b21a3234485e</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
Expand Down