You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/solution-guidance/provisioning-console-application-sample.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -34,18 +34,19 @@ To begin, create a Visual Studio project. In this sample, for simplicity, we cre
34
34
4. Download and install the PnP Core library that is available as a NuGet package at [OfficeDevPnP.Core packages](https://www.nuget.org/profiles/officedevpnp).
35
35
36
36
> [!NOTE]
37
-
> There are two versions of the Core library. One version is the **OfficeDevPnP.Core** library, which targets SharePoint Online and Office 365. The second version is **OfficeDevPnP.Core (on-premises)**, which targets SharePoint on-premises. Following is a screenshot of the available options. In this sample walkthrough, we're using the first option to target SharePoint Online.
37
+
38
+
> There are three versions of the library. One version is the **SharePointPnPCoreOnline** library, which targets SharePoint Online and Office 365. The other versions are **SharePointPnPCore2013** and **SharePointPnPCore2016** , which target SharePoint on-premise versions 2013 and 2016 respectively. Following is a screenshot of the available options. In this sample walkthrough, we're using the first option to target SharePoint Online.
5. Install the NuGet client by going to the [NuGet client installer](http://docs.nuget.org/consume/installing-nuget).
43
44
44
45
6. After the NuGet client is installed, run the **NuGet Package manager**. Right-click the **References** node in the Visual Studio **Solution Explorer**, and then select **Manage NuGet Packages**.
45
46
46
-
7. In the Package Manager, choose **Online** > **EntityFramework**, and then enter the search term **OfficeDev** to expose the OfficeDevPnP.Core library.
47
+
7. In the Package Manager, choose **Browse**, and then enter the search term **SharePoint PnP** to expose the SharePointPnPCoreOnline library.
47
48
48
-
8. Follow directions to download and install the **OfficeDevPnP.Core** library, following the given directions.
49
+
8. Follow directions to download and install the **SharePointPnPCoreOnline** library, following the given directions.
49
50
50
51
After the PnP Core library is referenced in your Visual Studio project, all library members are available to you as [extension methods](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/extension-methods) on existing object instances, for example, **web** and **list** instances.
51
52
@@ -258,4 +259,4 @@ After we extract, save, and persist the provisioning template, the next and fina
0 commit comments