mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-09 22:44:59 +00:00
ebb56d3da5
* commit * Tree Organization Chart * React-Birthdays - Convert birthdate from UTC to local * commit react-tenant-properties commit react-tenant-properties * update project name * Update README.md Change docs * Update README.md
20 lines
551 B
JSON
20 lines
551 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "react-tenant-properties-client-side-solution",
|
|
"id": "d5bc38a6-0b5c-4644-9087-efa6de87ece1",
|
|
"version": "1.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"skipFeatureDeployment": true,
|
|
"webApiPermissionRequests": [
|
|
{
|
|
"resource": "Microsoft Graph",
|
|
"scope": "Directory.ReadWrite.All"
|
|
}
|
|
]
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/react-tenant-properties.sppkg"
|
|
}
|
|
}
|