Merge pull request 765457 from dev/BuildXL/updatepackages-2024-02-05T17-10-08 into main

This commit is contained in:
TSEBuild 2024-02-05 17:36:20 +00:00
Родитель 25370e215d
Коммит b4398f8097
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1023,7 +1023,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.ComponentDetection.Contracts",
"Version": "4.1.0"
"Version": "4.2.0"
}
}
},

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

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