forked from microsoft/CopilotStudioSamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yo-rc.json
More file actions
22 lines (22 loc) · 679 Bytes
/
.yo-rc.json
File metadata and controls
22 lines (22 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"@microsoft/generator-sharepoint": {
"plusBeta": false,
"isCreatingSolution": true,
"nodeVersion": "16.20.2",
"sdksVersions": {
"@microsoft/microsoft-graph-client": "3.0.2",
"@microsoft/teams-js": "2.12.0"
},
"version": "1.18.0",
"libraryName": "pva-extension-sso",
"libraryId": "14634225-91e5-41a4-b9cc-161ccb3400b4",
"environment": "spo",
"packageManager": "npm",
"solutionName": "pva-extension-sso",
"solutionShortDescription": "pva-extension-sso description",
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"componentType": "extension",
"extensionType": "ApplicationCustomizer"
}
}