redo change

This commit is contained in:
Peter Paul Kirschner 2022-10-03 15:10:53 +02:00
parent e4674f5fec
commit 777fe326e1
1 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,13 @@
"version": "1.1.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "User.Read.All"
}
]
},
"paths": {
"zippedPackage": "solution/react-tree-orgchart.sppkg"