Merge pull request 776608 from dev/BuildXL/updatepackages-2024-04-01T16-07-32 into main

This commit is contained in:
TSEBuild 2024-04-01 18:16:52 +00:00
Родитель 118d80b934
Коммит 5fdbcf6dbe
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1059,7 +1059,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.ComponentDetection.Contracts",
"Version": "4.3.0"
"Version": "4.3.2"
}
}
},
@ -1806,7 +1806,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.SBOMCore",
"Version": "4.0.14"
"Version": "4.0.15"
}
}
},

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

@ -71,11 +71,11 @@ export const pkgs = isMicrosoftInternal ? [
{ id: "VisualCppTools.Internal.VS2017Layout", version: "14.37.32822", osSkip: [ "macOS", "unix" ] },
// SBOM Generation
{ id: "Microsoft.SBOMCore", version: "4.0.14" },
{ id: "Microsoft.SBOMCore", version: "4.0.15" },
{ 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.0" },
{ id: "Microsoft.ComponentDetection.Contracts", version: "4.3.2" },
{ id: "Microsoft.Sbom.Contracts", version: "2.2.4" },
{ id: "Microsoft.Sbom.Extensions", version: "2.2.4" },
{ id: "Microsoft.Bcl.HashCode", version: "1.1.1" },