Skip to content

Commit

Permalink
Merged PR 28457: Update the CGManifest file for v7.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatwardhan authored and TravisEz13 committed Nov 11, 2023
1 parent 5e84111 commit 5c6c162
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tools/cgmanifest.json
@@ -1,5 +1,4 @@
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"Component": {
Expand Down Expand Up @@ -136,7 +135,7 @@
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.Management.Infrastructure.Runtime.Unix",
"Version": "2.0.0"
"Version": "3.0.0"
}
},
"DevelopmentDependency": false
Expand All @@ -146,7 +145,7 @@
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.Management.Infrastructure.Runtime.Win",
"Version": "2.0.0"
"Version": "3.0.0"
}
},
"DevelopmentDependency": true
Expand All @@ -156,7 +155,7 @@
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.Management.Infrastructure",
"Version": "2.0.0"
"Version": "3.0.0"
}
},
"DevelopmentDependency": false
Expand All @@ -176,7 +175,7 @@
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.PowerShell.Native",
"Version": "7.3.2"
"Version": "7.4.0"
}
},
"DevelopmentDependency": false
Expand Down Expand Up @@ -831,5 +830,6 @@
},
"DevelopmentDependency": false
}
]
],
"$schema": "https://json.schemastore.org/component-detection-manifest.json"
}

0 comments on commit 5c6c162

Please sign in to comment.