mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
![dotnet-maestro[bot]](/assets/img/avatar_default.png)
* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240815.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 9.0.0-alpha.1.24374.1 -> To Version 8.0.0-alpha.1.24415.1 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240906.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.24415.1 -> To Version 9.0.0-alpha.1.24456.1 * Bump intellisense to 9.0.0-preview-20240830.1 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240909.3 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 9.0.0-alpha.1.24456.1 -> To Version 9.0.0-alpha.1.24459.3 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240916.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 9.0.0-alpha.1.24459.3 -> To Version 9.0.0-alpha.1.24466.2 * Add System.Composition*/8.* to SourceBuildPrebuiltBaseline --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com> Co-authored-by: Eric StJohn <ericstj@microsoft.com>
39 lines
2.2 KiB
XML
39 lines
2.2 KiB
XML
<!-- Whenever altering this or other SourceBuild* files, please include @dotnet/source-build-internal as a reviewer. -->
|
|
<!-- See aka.ms/dotnet/prebuilts for guidance on what pre-builts are and how to eliminate them. -->
|
|
|
|
<UsageData>
|
|
<IgnorePatterns>
|
|
<!-- Allowed due to https://github.com/dotnet/source-build-reference-packages/pull/721 -->
|
|
<UsagePattern IdentityGlob="System.Composition*/*6.*" />
|
|
<UsagePattern IdentityGlob="System.Composition*/*7.*" />
|
|
<UsagePattern IdentityGlob="System.Composition*/*8.*" />
|
|
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis*/*4.4.*" />
|
|
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis*/*4.8.*" />
|
|
|
|
<!-- Allowed and pinned to major version due to https://github.com/dotnet/source-build/issues/3228 -->
|
|
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Crossgen2.linux-x64/*9.*" />
|
|
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Runtime.linux-x64/*9.*" />
|
|
<UsagePattern IdentityGlob="*Microsoft.DotNet.ILCompiler/*9.*" />
|
|
|
|
<!-- Allowed and pinned to SDK version -->
|
|
<UsagePattern IdentityGlob="Microsoft.NET.ILLink.Tasks/*9.*" />
|
|
|
|
<!-- This version is brought in transitively from NuGet.Packaging.6.2.4.
|
|
Once a newer version of NuGet.Packaging is referenced which has a
|
|
dependency on 13.0.3, this can be removed. -->
|
|
<UsagePattern IdentityGlob="Newtonsoft.Json/13.0.1" />
|
|
|
|
<!-- Will be removed once https://github.com/NuGet/Home/issues/11059 is resolved -->
|
|
<UsagePattern IdentityGlob="Nuget.*/*" />
|
|
|
|
<!-- Analyzers cannot be SBRPed + an older release version is being used, meaning there is no intermediate for it
|
|
In full source build, this version is overridden by previous repo outputs or come from previously source-built artifacts. -->
|
|
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Analyzers/*" />
|
|
|
|
<!-- Allowed due to https://github.com/dotnet/source-build-reference-packages/pull/979 -->
|
|
<UsagePattern IdentityGlob="System.IO.Pipelines/6.0.*" />
|
|
<UsagePattern IdentityGlob="System.IO.Pipelines/7.0.0" />
|
|
<UsagePattern IdentityGlob="System.IO.Pipelines/8.0.*" />
|
|
<UsagePattern IdentityGlob="System.Security.Cryptography.Pkcs/5.0.0" />
|
|
</IgnorePatterns>
|
|
</UsageData>
|