Skip to content

Commit

Permalink
Permit maintenance-packages prebuilts
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstj authored and carlossanlop committed Oct 30, 2024
1 parent 627bd23 commit fe55630
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eng/SourceBuildPrebuiltBaseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,13 @@
<UsagePattern IdentityGlob="System.IO.Pipelines/7.0.0" />
<UsagePattern IdentityGlob="System.IO.Pipelines/8.0.*" />
<UsagePattern IdentityGlob="System.Security.Cryptography.Pkcs/5.0.0" />

<!-- maintenance-packages https://github.com/dotnet/source-build/issues/4684 -->
<UsagePattern IdentityGlob="Microsoft.Bcl.HashCode/6.0.*" />
<UsagePattern IdentityGlob="System.Memory/4.6.*" />
<UsagePattern IdentityGlob="System.Numerics.Vectors/4.6.*" />
<UsagePattern IdentityGlob="System.Runtime.CompilerServices.Unsafe/6.1.*" />
<UsagePattern IdentityGlob="System.Threading.Tasks.Extensions/4.6.*" />
<UsagePattern IdentityGlob="System.Buffers/4.6.*" />
</IgnorePatterns>
</UsageData>

0 comments on commit fe55630

Please sign in to comment.