From f23660620b288cfecab1f80bfec86217dc2bfccb Mon Sep 17 00:00:00 2001 From: PwshBot Date: Tue, 18 Apr 2023 22:37:17 +0000 Subject: [PATCH] Update the cgmanifest --- tools/cgmanifest.json | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/tools/cgmanifest.json b/tools/cgmanifest.json index d3845fc0502..2e1f79bbdd2 100644 --- a/tools/cgmanifest.json +++ b/tools/cgmanifest.json @@ -1,5 +1,4 @@ { - "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { @@ -566,7 +565,7 @@ "Type": "nuget", "Nuget": { "Name": "System.Private.ServiceModel", - "Version": "4.10.0" + "Version": "4.10.2" } }, "DevelopmentDependency": false @@ -701,16 +700,6 @@ }, "DevelopmentDependency": false }, - { - "Component": { - "Type": "nuget", - "Nuget": { - "Name": "System.ServiceModel.NetFramingBase", - "Version": "6.0.0-preview1.23060.3" - } - }, - "DevelopmentDependency": false - }, { "Component": { "Type": "nuget", @@ -801,16 +790,6 @@ }, "DevelopmentDependency": false }, - { - "Component": { - "Type": "nuget", - "Nuget": { - "Name": "System.Threading.Tasks.Extensions", - "Version": "4.5.4" - } - }, - "DevelopmentDependency": false - }, { "Component": { "Type": "nuget", @@ -831,5 +810,6 @@ }, "DevelopmentDependency": false } - ] + ], + "$schema": "https://json.schemastore.org/component-detection-manifest.json" }