Add cgmanifest.json for generating correct third party notice file (#16266)

This commit is contained in:
Aditya Patwardhan 2021-10-19 11:17:46 -07:00 committed by GitHub
parent 89dd5b8127
commit a82630a17a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

84
cgmanifest.json Normal file
View file

@ -0,0 +1,84 @@
{
"Registrations": [
{
"Component": {
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.Management.Infrastructure.Runtime.Unix",
"Version": "2.0.0"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.Management.Infrastructure",
"Version": "2.0.0"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "nuget",
"Nuget": {
"Name": "ThreadJob",
"Version": "2.0.3"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.PowerShell.Archive",
"Version": "1.2.5"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "nuget",
"Nuget": {
"Name": "PackageManagement",
"Version": "1.4.7"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "nuget",
"Nuget": {
"Name": "PowerShellGet",
"Version": "2.2.5"
}
},
"DevelopmentDependency": true
},
{
"Component": {
"Type": "nuget",
"Nuget": {
"Name": "PSReadLine",
"Version": "2.1.0"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.CodeAnalysis.CSharp",
"Version": "4.0.0-5.final"
}
},
"DevelopmentDependency": true
}
]
}