sp-dev-fx-webparts/samples/react-manage-profile-card-p.../config/package-solution.json

30 lines
798 B
JSON
Raw Normal View History

2020-07-27 18:59:31 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-manage-profile-card-properties-client-side-solution",
"id": "a53e4c14-1c0e-4a54-810f-eb5cdf42005b",
2020-10-08 00:54:14 -04:00
"version": "1.0.1.0",
2020-07-27 18:59:31 -04:00
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "User.ReadWrite.All"
2020-07-28 17:52:26 -04:00
},
{
"resource": "Microsoft Graph",
"scope": "Directory.AccessAsUser.All"
},
{
"resource": "Microsoft Graph",
"scope": "User.Read"
2020-07-27 18:59:31 -04:00
}
2020-07-27 18:59:31 -04:00
]
},
"paths": {
"zippedPackage": "solution/react-manage-profile-card-properties.sppkg"
}
}