Skip to content

Commit 5c6e6dd

Browse files
Merged PR 42841: [internal/release/8.0.3xx] - Updated SourceBuildPrebuiltBaseline.xml
Updated SourceBuildPrebuiltBaseline.xml - add prebuilt System.Reflection.Metadata 8.0.0 ---- #### AI description (iteration 1) #### PR Classification Code update for release preparation. #### PR Summary Updated the `SourceBuildPrebuiltBaseline.xml` to include a new usage pattern for the upcoming release. - `eng/SourceBuildPrebuiltBaseline.xml`: Added `System.Reflection.Metadata/*8.0.0*` to the ignore patterns.
2 parents 8779ad5 + 49bc7fe commit 5c6e6dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<UsagePattern IdentityGlob="Microsoft.TemplateEngine.Utils/8.0.*" />
4444
<UsagePattern IdentityGlob="Microsoft.TemplateSearch.Common/8.0.*" />
4545
<UsagePattern IdentityGlob="System.Drawing.Common/8.0.*" />
46+
<UsagePattern IdentityGlob="System.Reflection.Metadata/*8.0.0*" />
4647
<UsagePattern IdentityGlob="System.Threading.Tasks.Dataflow/*8.0.0*" />
4748
<UsagePattern IdentityGlob="Valleysoft.DockerCredsProvider/*" />
4849
</IgnorePatterns>

0 commit comments

Comments
 (0)