We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97afe6f commit c17826bCopy full SHA for c17826b
eng/SourceBuildPrebuiltBaseline.xml
@@ -5,5 +5,10 @@
5
<IgnorePatterns>
6
<!-- Lifted to live version in VMR. -->
7
<UsagePattern IdentityGlob="System.Formats.Asn1/9.0.*" />
8
+ <!--Runtime versions -->
9
+ <UsagePattern IdentityGlob="Microsoft.Bcl.AsyncInterfaces/9.0.*" />
10
+ <UsagePattern IdentityGlob="Microsoft.Extensions.DependencyInjection.Abstractions/9.0.*" />
11
+ <UsagePattern IdentityGlob="Microsoft.Extensions.Logging.Abstractions/9.0.*" />
12
+ <UsagePattern IdentityGlob="System.Diagnostics.DiagnosticSource/9.0.*" />
13
</IgnorePatterns>
14
</UsageData>
0 commit comments