зеркало из https://github.com/microsoft/BuildXL.git
Merge pull request 757907 from dev/BuildXL/updatepackages-2023-12-18T18-09-56 into main
This commit is contained in:
Родитель
46d47bbba2
Коммит
0991b9d340
|
@ -1104,7 +1104,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.ComponentDetection.Contracts",
|
||||
"Version": "4.0.8"
|
||||
"Version": "4.0.9"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1797,7 +1797,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.SBOMCore",
|
||||
"Version": "4.0.2"
|
||||
"Version": "4.0.4"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1806,7 +1806,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.Sbom.Adapters",
|
||||
"Version": "2.0.0"
|
||||
"Version": "2.2.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1815,7 +1815,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.Sbom.Contracts",
|
||||
"Version": "2.0.0"
|
||||
"Version": "2.2.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1824,7 +1824,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.Sbom.Extensions",
|
||||
"Version": "2.0.0"
|
||||
"Version": "2.2.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1833,7 +1833,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.Sbom.Parsers.Spdx22SbomParser",
|
||||
"Version": "2.0.0"
|
||||
"Version": "2.2.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -71,13 +71,13 @@ export const pkgs = isMicrosoftInternal ? [
|
|||
{ id: "VisualCppTools.Internal.VS2017Layout", version: "14.37.32822", osSkip: [ "macOS", "unix" ] },
|
||||
|
||||
// SBOM Generation
|
||||
{ id: "Microsoft.SBOMCore", version: "4.0.2" },
|
||||
{ id: "Microsoft.SBOMCore", version: "4.0.4" },
|
||||
{ id: "Microsoft.Parsers.ManifestGenerator", version: "3.8.11", dependentPackageIdsToIgnore: ["BuildXL.Cache.Hashing"] },
|
||||
{ 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.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.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" },
|
||||
|
||||
// Process remoting
|
||||
|
|
Загрузка…
Ссылка в новой задаче