Merge pull request 755012 from dev/BuildXL/updatepackages-2023-12-04T18-08-40 into main

This commit is contained in:
TSEBuild 2023-12-06 17:41:53 +00:00
Родитель 6816a8462d
Коммит 6dc1266dc1
2 изменённых файлов: 10 добавлений и 10 удалений

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

@ -1122,7 +1122,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.ComponentDetection.Contracts",
"Version": "4.0.6"
"Version": "4.0.8"
}
}
},
@ -1824,7 +1824,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.Sbom.Adapters",
"Version": "1.8.1"
"Version": "2.0.0"
}
}
},
@ -1833,7 +1833,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.Sbom.Contracts",
"Version": "1.8.1"
"Version": "2.0.0"
}
}
},
@ -1842,7 +1842,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.Sbom.Extensions",
"Version": "1.8.1"
"Version": "2.0.0"
}
}
},
@ -1851,7 +1851,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.Sbom.Parsers.Spdx22SbomParser",
"Version": "1.8.1"
"Version": "2.0.0"
}
}
},

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

@ -73,11 +73,11 @@ export const pkgs = isMicrosoftInternal ? [
// SBOM Generation
{ id: "Microsoft.SBOMCore", version: "4.0.2" },
{ id: "Microsoft.Parsers.ManifestGenerator", version: "3.8.11", dependentPackageIdsToIgnore: ["BuildXL.Cache.Hashing"] },
{ id: "Microsoft.Sbom.Parsers.Spdx22SbomParser", version: "1.8.1" },
{ id: "Microsoft.Sbom.Adapters", version: "1.8.1" },
{ id: "Microsoft.ComponentDetection.Contracts", version: "4.0.6" },
{ id: "Microsoft.Sbom.Contracts", version: "1.8.1" },
{ id: "Microsoft.Sbom.Extensions", version: "1.8.1", dependentPackageIdsToSkip: ["System.Text.Json"] },
{ id: "Microsoft.Sbom.Parsers.Spdx22SbomParser", version: "2.0.0" },
{ id: "Microsoft.Sbom.Adapters", version: "2.0.0" },
{ id: "Microsoft.ComponentDetection.Contracts", version: "4.0.8" },
{ id: "Microsoft.Sbom.Contracts", version: "2.0.0" },
{ id: "Microsoft.Sbom.Extensions", version: "2.0.0", dependentPackageIdsToSkip: ["System.Text.Json"] },
{ id: "Microsoft.Bcl.HashCode", version: "1.1.1" },
// Process remoting