SourceBuildPrebuiltBaseline.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <!-- Whenever altering this or other Source Build files, please include @dotnet/source-build-internal as a reviewer. -->
  2. <!-- See aka.ms/dotnet/prebuilts for guidance on what pre-builts are and how to eliminate them. -->
  3. <UsageData>
  4. <IgnorePatterns>
  5. <!-- These are used in-build for repo-tasks and should come from previously source built -->
  6. <UsagePattern IdentityGlob="NuGet.Common/*6.2.4*" />
  7. <UsagePattern IdentityGlob="NuGet.Configuration/*6.2.4*" />
  8. <UsagePattern IdentityGlob="NuGet.Frameworks/*6.2.4*" />
  9. <UsagePattern IdentityGlob="NuGet.Packaging/*6.2.4*" />
  10. <UsagePattern IdentityGlob="NuGet.Versioning/*6.2.4*" />
  11. <!-- Only used by the ASP.NET Core CI, not needed for source build -->
  12. <UsagePattern IdentityGlob="System.Composition/8.0.0*" />
  13. <UsagePattern IdentityGlob="System.Composition.AttributedModel/*8.0.0*" />
  14. <UsagePattern IdentityGlob="System.Composition.Convention/*8.0.0*" />
  15. <UsagePattern IdentityGlob="System.Composition.Hosting/*8.0.0*" />
  16. <UsagePattern IdentityGlob="System.Composition.Runtime/*8.0.0*" />
  17. <UsagePattern IdentityGlob="System.Composition.TypedParts/*8.0.0*" />
  18. <UsagePattern IdentityGlob="System.Security.Cryptography.Pkcs/5.0.*" />
  19. <!-- These are what the analyzers are built against. They are overridden in full source build.
  20. It may be possible to generate SBRPs -->
  21. <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Analyzers/*2.9.4*" />
  22. <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.AnalyzerUtilities/*3.3.0*" />
  23. <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Common/*3.3.1*" />
  24. <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp/*3.3.1*" />
  25. <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp.Workspaces/*3.3.1*" />
  26. <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Workspaces.Common/*3.3.1*" />
  27. <UsagePattern IdentityGlob="System.Composition/1.0.*" />
  28. <UsagePattern IdentityGlob="System.Composition/*7.0.0*" />
  29. <UsagePattern IdentityGlob="System.IO.Pipelines/8.0.*" />
  30. <UsagePattern IdentityGlob="System.Threading.Tasks.Extensions/*4.5.3*" />
  31. <!-- These are coming in via runtime but the source-build infra isn't able to automatically pick up the right intermediate. -->
  32. <UsagePattern IdentityGlob="Microsoft.NET.ILLink.Tasks/*9.0.*" />
  33. <UsagePattern IdentityGlob="Microsoft.NETCore.App.Crossgen2.linux-x64/*9.0.*" />
  34. <!-- Transivite dependency of Microsoft.CodeAnalysis.ExternalAccess.AspNetCore -> Microsoft.CodeAnalysis.Features.
  35. In product build the dependency is bumped to latest, which also bumps the version of DiaSymReader -->
  36. <UsagePattern IdentityGlob="Microsoft.DiaSymReader/*2.0.0*" />
  37. <!-- Transitive dependency of Roslyn dependencies. -->
  38. <UsagePattern IdentityGlob="System.Text.Json/8.0.0*" />
  39. <UsagePattern IdentityGlob="System.Text.Encodings.Web/8.0.0*" />
  40. <!-- Transitive dependency of System.Security.Cryptography.Pkcs.5.0.*. -->
  41. <UsagePattern IdentityGlob="System.Formats.Asn1/6.0.0" />
  42. <!-- Used only for RepoTasks -->
  43. <UsagePattern IdentityGlob="Microsoft.Build.Framework/17.8.43" />
  44. <UsagePattern IdentityGlob="Microsoft.Build.Tasks.Core/17.8.43" />
  45. <UsagePattern IdentityGlob="Microsoft.Build.Utilities.Core/17.8.43" />
  46. <UsagePattern IdentityGlob="Microsoft.NET.StringTools/17.8.43" />
  47. <UsagePattern IdentityGlob="Microsoft.VisualStudio.Setup.Configuration.Interop/3.2.2146" />
  48. </IgnorePatterns>
  49. <!-- Transitive dependencies, suppressed as per https://github.com/dotnet/aspnetcore/pull/57887#issuecomment-2362241518-->
  50. <Usages>
  51. <Usage Id="Newtonsoft.Json" Version="13.0.1" />
  52. <Usage Id="System.Security.Cryptography.Xml" Version="6.0.0" />
  53. </Usages>
  54. </UsageData>