Skip to content

Commit

Permalink
Revert Microsoft.CodeAnalysis package changes in prebuilt baseline (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman authored May 12, 2023
1 parent cc28732 commit e4d2f43
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions eng/SourceBuildPrebuiltBaseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@

<!-- These are what the analyzers are built against. They are overridden in full source build.
It may be possible to generate SBRPs -->
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Analyzers/*2.9.4*" />
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.AnalyzerUtilities/*3.3.0*" />
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Analyzers*" />
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Common*" />
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp*" />
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp.Workspaces*" />
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Workspaces.Common*" />
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Common/*3.3.1*" />
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp/*3.3.1*" />
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp.Workspaces/*3.3.1*" />
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Workspaces.Common/*3.3.1*" />
<UsagePattern IdentityGlob="System.Composition/*1.0.31*" />
<UsagePattern IdentityGlob="System.Threading.Tasks.Extensions/*4.5.3*" />

<!-- Added to unblock dependency flow, needs review. -->
<UsagePattern IdentityGlob="System.Security.Cryptography.Xml/*6.0.0*" />

Expand Down

0 comments on commit e4d2f43

Please sign in to comment.