We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238626a commit d170364Copy full SHA for d170364
eng/SourceBuildPrebuiltBaseline.xml
@@ -15,7 +15,8 @@
15
<UsagePattern IdentityGlob="System.Security.Principal.Windows/4.5.0" />
16
<UsagePattern IdentityGlob="Microsoft.Diagnostics.NETCore.Client/0.2.452401" />
17
<!-- Caused by multi-targeting source build for repo builds/CI. Product source build only targets NetCurrent. -->
18
- <UsagePattern IdentityGlob="Microsoft.AspNetCore.App.Ref/8.0.0" />
19
- <UsagePattern IdentityGlob="Microsoft.NETCore.App.Host.linux-x64/8.0.0" />
+ <UsagePattern IdentityGlob="Microsoft.AspNetCore.App.Ref/8.0.*" />
+ <UsagePattern IdentityGlob="Microsoft.NetCore.App.Ref/8.0.*" />
20
+ <UsagePattern IdentityGlob="Microsoft.NETCore.App.Host.linux-x64/8.0.*" />
21
</IgnorePatterns>
22
</UsageData>
0 commit comments