Skip to content

Commit e4d2f43

Browse files
authored
Revert Microsoft.CodeAnalysis package changes in prebuilt baseline (#48212)
1 parent cc28732 commit e4d2f43

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
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

0 commit comments

Comments
 (0)