Merge pull request 793069 from dev/BuildXL/updatepackages-2024-07-01T16-07-35 into main

This commit is contained in:
BuildXL-Pipelines 2024-07-01 22:16:27 +00:00
Родитель 9faca185cb
Коммит c858c40358
2 изменённых файлов: 2 добавлений и 2 удалений

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

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

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

@ -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.6" },
{ id: "Microsoft.Sbom.Adapters", version: "2.2.6" },
{ id: "Microsoft.ComponentDetection.Contracts", version: "4.8.0" },
{ id: "Microsoft.ComponentDetection.Contracts", version: "4.8.1" },
{ id: "Microsoft.Sbom.Contracts", version: "2.2.6" },
{ id: "Microsoft.Sbom.Extensions", version: "2.2.6" },
{ id: "Microsoft.Bcl.HashCode", version: "1.1.1" },