Nick Brown 83ca488ada
Updated Fluent UI 9 Demo to latest SPFx and Fluent UI 9 (#3149)
* Updated Fluent UI 9 demo to SPFx 15

* Updated to SPFx 16

* Added Teams Manifest for Office Deployment

* Fixed graph client reference issue

* code simplication for slides

* Fixed Theming in Outlook/Office.com
2022-11-17 15:20:57 +02:00

51 lines
1.3 KiB
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-fluentui-9-client-side-solution",
"title": "SPFX + Fluent UI 9 Demo",
"id": "d955a989-7441-475a-b4eb-ff132968b3c5",
"version": "1.0.2.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"developer": {
"name": "Nick Brown",
"websiteUrl": "https://nbdev.uk",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": "Undefined-1.16.0"
},
"metadata": {
"shortDescription": {
"default": "react-fluentui-9 description"
},
"longDescription": {
"default": "react-fluentui-9 description"
},
"screenshotPaths": [
"../assets/FQzNLB4XwAIFMRh.jpg",
"../assets/FQzO9YjWUAgFlrU.jpg"
],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "react-fluentui-9 Feature",
"description": "Demos the use of Fluent UI 9 in SPFX",
"id": "233521d9-d6d8-41ed-a43d-d30bb942c370",
"version": "1.0.1.0"
}
],
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "User.Read.All"
}
]
},
"paths": {
"zippedPackage": "solution/react-fluentui-9.sppkg"
}
}