Overview of PnP Core SDK projects
devThe PnP Core SDK is organized into several specialized projects within the PnP.Core.sln solution. Depending on your requirements, you may need to include specific libraries to extend the core functionality:
PnP.Core: The primary SDK codebase containing the core logic.PnP.Core.Admin: An extension library providing administrative tasks and capabilities.PnP.Core.Auth: A library of Authentication Providers that uses MSAL (Microsoft Authentication Library) for authentication logic.
Note: The solution also contains test projects (PnP.Core.Test, PnP.Core.Admin.Test, and PnP.Core.Auth.Test) used for verifying the SDK's functionality.