Add `$schema` to `cgmanifest.json`
This commit is contained in:
Родитель
121502cdad
Коммит
f3243cfcdf
|
@ -1,49 +1,50 @@
|
|||
{
|
||||
"Registrations": [
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"repositoryUrl": "https://github.com/AndresTraks/pe-utility",
|
||||
"commitHash": "e716c4372ac32c3a04cfc8b3069f2fb16032870c"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"repositoryUrl":"https://github.com/jacqueskang/IpcServiceFramework",
|
||||
"commitHash":"9afa49c5cb51ac2941aacaa1be1988eee5495ea1"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"repositoryUrl":"https://github.com/mgurlitz/WindowsDevicePortalWrapper",
|
||||
"commitHash":"aaa43d52ef84955af2af3e8fce1e56d5894964e6"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"repositoryUrl":"https://github.com/microsoft/Windows-appsample-networkhelper",
|
||||
"commitHash":"05799af2715e5f545d039bf91e63bc21c9b1afc3"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"repositoryUrl":"https://github.com/microsoft/Windows-universal-samples",
|
||||
"commitHash":"b1cb20f191d3fd99ce89df50c5b7d1a6e2382c01"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
|
||||
"Registrations": [
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"repositoryUrl": "https://github.com/AndresTraks/pe-utility",
|
||||
"commitHash": "e716c4372ac32c3a04cfc8b3069f2fb16032870c"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"repositoryUrl": "https://github.com/jacqueskang/IpcServiceFramework",
|
||||
"commitHash": "9afa49c5cb51ac2941aacaa1be1988eee5495ea1"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"repositoryUrl": "https://github.com/mgurlitz/WindowsDevicePortalWrapper",
|
||||
"commitHash": "aaa43d52ef84955af2af3e8fce1e56d5894964e6"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"repositoryUrl": "https://github.com/microsoft/Windows-appsample-networkhelper",
|
||||
"commitHash": "05799af2715e5f545d039bf91e63bc21c9b1afc3"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"repositoryUrl": "https://github.com/microsoft/Windows-universal-samples",
|
||||
"commitHash": "b1cb20f191d3fd99ce89df50c5b7d1a6e2382c01"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче