-
Environment[x] Office 365 / SharePoint Online I have a .NET Core 3.1 console application. Will we be able to use PnP.Core to read and apply a provisioning template (.xml that was created with PnP Core PowerShell) using our console app? What's written here works with the old library (OfficeDevPnP.Core) that's marked as archived. Can we do the same thing with the new library (Calling ApplyProvisioningTemplate) or do we need to use the old one for provisioning for now? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@derhallim : for now you should use PnP Framework if you want to use the provisioning features, we however plan to rewrite the provisioning and integrate this in PnP Core SDK. |
Beta Was this translation helpful? Give feedback.
@derhallim : for now you should use PnP Framework if you want to use the provisioning features, we however plan to rewrite the provisioning and integrate this in PnP Core SDK.