File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1111
1212 <!-- These are what the analyzers are built against. They are overridden in full source build.
1313 It may be possible to generate SBRPs -->
14+ <UsagePattern IdentityGlob =" Microsoft.CodeAnalysis.Analyzers/*2.9.4*" />
1415 <UsagePattern IdentityGlob =" Microsoft.CodeAnalysis.AnalyzerUtilities/*3.3.0*" />
15- <UsagePattern IdentityGlob =" Microsoft.CodeAnalysis.Analyzers*" />
16- <UsagePattern IdentityGlob =" Microsoft.CodeAnalysis.Common*" />
17- <UsagePattern IdentityGlob =" Microsoft.CodeAnalysis.CSharp*" />
18- <UsagePattern IdentityGlob =" Microsoft.CodeAnalysis.CSharp.Workspaces*" />
19- <UsagePattern IdentityGlob =" Microsoft.CodeAnalysis.Workspaces.Common*" />
16+ <UsagePattern IdentityGlob =" Microsoft.CodeAnalysis.Common/*3.3.1*" />
17+ <UsagePattern IdentityGlob =" Microsoft.CodeAnalysis.CSharp/*3.3.1*" />
18+ <UsagePattern IdentityGlob =" Microsoft.CodeAnalysis.CSharp.Workspaces/*3.3.1*" />
19+ <UsagePattern IdentityGlob =" Microsoft.CodeAnalysis.Workspaces.Common/*3.3.1*" />
2020 <UsagePattern IdentityGlob =" System.Composition/*1.0.31*" />
2121 <UsagePattern IdentityGlob =" System.Threading.Tasks.Extensions/*4.5.3*" />
22+
2223 <!-- Added to unblock dependency flow, needs review. -->
2324 <UsagePattern IdentityGlob =" System.Security.Cryptography.Xml/*6.0.0*" />
2425
You can’t perform that action at this time.
0 commit comments