From 811f411a01a92833ea032757d664d53d7597c254 Mon Sep 17 00:00:00 2001 From: adityapatwardhan Date: Thu, 16 Feb 2023 13:15:32 +0000 Subject: [PATCH] Update the cgmanifest --- tools/cgmanifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/cgmanifest.json b/tools/cgmanifest.json index d38c15ae461..eb29d157d4d 100644 --- a/tools/cgmanifest.json +++ b/tools/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { @@ -105,7 +106,7 @@ "Type": "nuget", "Nuget": { "Name": "Microsoft.Extensions.ObjectPool", - "Version": "7.0.2" + "Version": "7.0.3" } }, "DevelopmentDependency": false @@ -1400,6 +1401,5 @@ }, "DevelopmentDependency": false } - ], - "$schema": "https://json.schemastore.org/component-detection-manifest.json" + ] }