-
Notifications
You must be signed in to change notification settings - Fork 173
/
Copy pathSourceBuildPrebuiltBaseline.xml
36 lines (35 loc) · 2.11 KB
/
SourceBuildPrebuiltBaseline.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!-- Whenever altering this or other Source Build files, please include @dotnet/source-build-internal as a reviewer. -->
<!-- See https://aka.ms/dotnet/prebuilts for guidance on what pre-builts are and how to eliminate them. -->
<UsageData>
<IgnorePatterns>
<!-- This is a transitive dependency from Microsoft.CodeAnalysis.
This version does not have source build intermediate.
When a newer version is picked up, the intermediate should be utilized. -->
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.AnalyzerUtilities/*3.3.0*" />
<!-- Transitive dependency of Roslyn -->
<UsagePattern IdentityGlob="System.Collections.Immutable/8.0.0" />
<!-- Transitive dependency of Roslyn -->
<UsagePattern IdentityGlob="System.Reflection.Metadata/8.0.0" />
<UsagePattern IdentityGlob="Microsoft.Build/17.7.2" />
<UsagePattern IdentityGlob="Microsoft.Build.Framework/17.7.2" />
<UsagePattern IdentityGlob="Microsoft.Build.Tasks.Core/17.7.2" />
<UsagePattern IdentityGlob="Microsoft.Build.Utilities.Core/17.7.2" />
<UsagePattern IdentityGlob="Microsoft.NET.StringTools/17.7.2" />
<UsagePattern IdentityGlob="Microsoft.VisualStudio.Setup.Configuration.Interop/3.2.2146" />
<UsagePattern IdentityGlob="System.Configuration.ConfigurationManager/8.0*" />
<UsagePattern IdentityGlob="System.Diagnostics.EventLog/8.0*" />
<UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData/8.0*" />
<UsagePattern IdentityGlob="System.Security.Permissions/8.0*" />
<UsagePattern IdentityGlob="System.Windows.Extensions/8.0*" />
<UsagePattern IdentityGlob="System.Text.Encodings.Web/8.0*" />
<UsagePattern IdentityGlob="System.Text.Json/8.0*" />
</IgnorePatterns>
<Usages>
<Usage Id="System.Composition" Version="7.0.0" />
<Usage Id="System.Composition.AttributedModel" Version="7.0.0" />
<Usage Id="System.Composition.Convention" Version="7.0.0" />
<Usage Id="System.Composition.Hosting" Version="7.0.0" />
<Usage Id="System.Composition.Runtime" Version="7.0.0" />
<Usage Id="System.Composition.TypedParts" Version="7.0.0" />
</Usages>
</UsageData>