Merge pull request 773798 from dev/BuildXL/updatepackages-2024-03-18T16-08-02 into main

This commit is contained in:
TSEBuild 2024-03-18 17:28:45 +00:00
Родитель 65f3633664
Коммит 3966905da2
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1059,7 +1059,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.ComponentDetection.Contracts",
"Version": "4.2.2"
"Version": "4.2.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.3" },
{ id: "Microsoft.Sbom.Adapters", version: "2.2.3" },
{ id: "Microsoft.ComponentDetection.Contracts", version: "4.2.2" },
{ id: "Microsoft.ComponentDetection.Contracts", version: "4.2.3" },
{ id: "Microsoft.Sbom.Contracts", version: "2.2.3" },
{ id: "Microsoft.Sbom.Extensions", version: "2.2.3" },
{ id: "Microsoft.Bcl.HashCode", version: "1.1.1" },