Merge pull request 778190 from dev/BuildXL/updatepackages-2024-04-08T16-09-49 into main

This commit is contained in:
TSEBuild 2024-04-08 18:57:44 +00:00
Родитель 5c0a8f9c96
Коммит 3efed76174
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1059,7 +1059,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.ComponentDetection.Contracts",
"Version": "4.3.2"
"Version": "4.3.3"
}
}
},

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

@ -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.4" },
{ id: "Microsoft.Sbom.Adapters", version: "2.2.4" },
{ id: "Microsoft.ComponentDetection.Contracts", version: "4.3.2" },
{ id: "Microsoft.ComponentDetection.Contracts", version: "4.3.3" },
{ id: "Microsoft.Sbom.Contracts", version: "2.2.4" },
{ id: "Microsoft.Sbom.Extensions", version: "2.2.4" },
{ id: "Microsoft.Bcl.HashCode", version: "1.1.1" },