Merge pull request 770756 from dev/BuildXL/updatepackages-2024-03-04T17-06-45 into main

This commit is contained in:
TSEBuild 2024-03-04 21:24:57 +00:00
Родитель bb89e4078a
Коммит 59a9e304ed
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1806,7 +1806,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.SBOMCore",
"Version": "4.0.9"
"Version": "4.0.12"
}
}
},

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

@ -71,7 +71,7 @@ export const pkgs = isMicrosoftInternal ? [
{ id: "VisualCppTools.Internal.VS2017Layout", version: "14.37.32822", osSkip: [ "macOS", "unix" ] },
// SBOM Generation
{ id: "Microsoft.SBOMCore", version: "4.0.9" },
{ id: "Microsoft.SBOMCore", version: "4.0.12" },
{ id: "Microsoft.Parsers.ManifestGenerator", version: "3.8.11", dependentPackageIdsToIgnore: ["BuildXL.Cache.Hashing"] },
{ id: "Microsoft.Sbom.Parsers.Spdx22SbomParser", version: "2.2.3" },
{ id: "Microsoft.Sbom.Adapters", version: "2.2.3" },