Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions tools/cgmanifest/main/cgmanifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"Component": {
Expand Down Expand Up @@ -86,7 +85,7 @@
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.Bcl.AsyncInterfaces",
"Version": "8.0.0"
"Version": "9.0.10"
}
},
"DevelopmentDependency": false
Expand Down Expand Up @@ -116,7 +115,7 @@
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.Extensions.ObjectPool",
"Version": "8.0.21"
"Version": "9.0.10"
}
},
"DevelopmentDependency": false
Expand Down Expand Up @@ -656,7 +655,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Reflection.Metadata",
"Version": "8.0.1"
"Version": "9.0.10"
}
},
"DevelopmentDependency": false
Expand Down Expand Up @@ -861,5 +860,6 @@
},
"DevelopmentDependency": false
}
]
],
"$schema": "https://json.schemastore.org/component-detection-manifest.json"
}
Comment on lines +863 to 865
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Placing $schema at the bottom makes the manifest harder to scan and is atypical for JSON schema-annotated documents. Consider keeping $schema as the first property at the top of the file for consistency/readability (and to match common tooling expectations when quickly locating the schema).

Copilot uses AI. Check for mistakes.
Loading
Loading