upgrading id
This commit is contained in:
parent
b83406b179
commit
6ea6c35683
|
@ -2,7 +2,7 @@
|
||||||
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
||||||
"solution": {
|
"solution": {
|
||||||
"name": "Rhythm of Business Calendar",
|
"name": "Rhythm of Business Calendar",
|
||||||
"id": "8588904e-d33f-40ac-9ee0-2fcfcfb0ebc2",
|
"id": "37df9a1c-b53e-46ad-9efb-2e4da77a724f",
|
||||||
"version": "5.0.1.0",
|
"version": "5.0.1.0",
|
||||||
"includeClientSideAssets": true,
|
"includeClientSideAssets": true,
|
||||||
"skipFeatureDeployment": true,
|
"skipFeatureDeployment": true,
|
||||||
|
|
|
@ -81,7 +81,7 @@ class RhythmOfBusinessCalendarApp extends Component<IProps> {
|
||||||
return (
|
return (
|
||||||
<SharePointApp
|
<SharePointApp
|
||||||
appName="RhythmOfBusinessCalendar"
|
appName="RhythmOfBusinessCalendar"
|
||||||
companyName="Microsoft"
|
companyName="Contoso"
|
||||||
spfxComponent={webpart}
|
spfxComponent={webpart}
|
||||||
spfxContext={webpart.context}
|
spfxContext={webpart.context}
|
||||||
teams={webpart.context.sdks.microsoftTeams}
|
teams={webpart.context.sdks.microsoftTeams}
|
||||||
|
|
Loading…
Reference in New Issue