Просмотр исходного кода

Revert Microsoft.CodeAnalysis package changes in prebuilt baseline (#48212)

Matt Thalman 2 лет назад
Родитель
Сommit
e4d2f43ccf
1 измененных файлов с 6 добавлено и 5 удалено
  1. 6 5
      eng/SourceBuildPrebuiltBaseline.xml

+ 6 - 5
eng/SourceBuildPrebuiltBaseline.xml

@@ -11,14 +11,15 @@
 
 
     <!-- These are what the analyzers are built against. They are overridden in full source build.
     <!-- These are what the analyzers are built against. They are overridden in full source build.
          It may be possible to generate SBRPs -->
          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.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.Composition/*1.0.31*" />
     <UsagePattern IdentityGlob="System.Threading.Tasks.Extensions/*4.5.3*" />
     <UsagePattern IdentityGlob="System.Threading.Tasks.Extensions/*4.5.3*" />
+
     <!-- Added to unblock dependency flow, needs review. -->
     <!-- Added to unblock dependency flow, needs review. -->
     <UsagePattern IdentityGlob="System.Security.Cryptography.Xml/*6.0.0*" />
     <UsagePattern IdentityGlob="System.Security.Cryptography.Xml/*6.0.0*" />