Merge pull request 759114 from dev/BuildXL/updatepackages-2024-01-01T18-07-21 into main

This commit is contained in:
TSEBuild 2024-01-02 18:44:59 +00:00
Родитель 8288383041
Коммит 2c876f556d
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1104,7 +1104,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.ComponentDetection.Contracts",
"Version": "4.0.9"
"Version": "4.0.11"
}
}
},

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

@ -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.1" },
{ id: "Microsoft.Sbom.Adapters", version: "2.2.1" },
{ id: "Microsoft.ComponentDetection.Contracts", version: "4.0.9" },
{ id: "Microsoft.ComponentDetection.Contracts", version: "4.0.11" },
{ id: "Microsoft.Sbom.Contracts", version: "2.2.1" },
{ id: "Microsoft.Sbom.Extensions", version: "2.2.1", dependentPackageIdsToSkip: ["System.Text.Json"] },
{ id: "Microsoft.Bcl.HashCode", version: "1.1.1" },