Merge pull request 783215 from dev/BuildXL/updatepackages-2024-05-06T16-08-08 into main

This commit is contained in:
BuildXL-Pipelines 2024-05-06 17:06:55 +00:00
Родитель 62af4b3530
Коммит fcd54fdecc
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1050,7 +1050,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.ComponentDetection.Contracts",
"Version": "4.3.4"
"Version": "4.3.5"
}
}
},

Просмотреть файл

@ -75,7 +75,7 @@ export const pkgs = isMicrosoftInternal ? [
{ id: "Microsoft.Parsers.ManifestGenerator", version: "3.8.11", dependentPackageIdsToIgnore: ["BuildXL.Cache.Hashing"] },
{ id: "Microsoft.Sbom.Parsers.Spdx22SbomParser", version: "2.2.5" },
{ id: "Microsoft.Sbom.Adapters", version: "2.2.5" },
{ id: "Microsoft.ComponentDetection.Contracts", version: "4.3.4" },
{ id: "Microsoft.ComponentDetection.Contracts", version: "4.3.5" },
{ id: "Microsoft.Sbom.Contracts", version: "2.2.5" },
{ id: "Microsoft.Sbom.Extensions", version: "2.2.5" },
{ id: "Microsoft.Bcl.HashCode", version: "1.1.1" },