Skip to content

Commit 0cfe492

Browse files
noonandVesaJuvonen
authored andcommitted
Change in the project nomenclature (SharePoint#2035)
readme.md updated accordingly. I think I've got all of them and hopefully it'll spare someone else the pain I went through
1 parent 875e409 commit 0cfe492

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/solution-guidance/provisioning-console-application-sample.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,19 @@ To begin, create a Visual Studio project. In this sample, for simplicity, we cre
3434
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).
3535

3636
> [!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.
3839
>
39-
> ![Two Core library download choices](media/provisioning-console-application-sample/5b1adb8d-52e5-4c67-8792-6ef0ae41d655.png)
40+
> ![Three Core library download choices](media/provisioning-console-application-sample/2018-06-13_19-59-35.png)
4041

4142

4243
5. Install the NuGet client by going to the [NuGet client installer](http://docs.nuget.org/consume/installing-nuget).
4344

4445
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**.
4546

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.
4748

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.
4950

5051
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.
5152

@@ -258,4 +259,4 @@ After we extract, save, and persist the provisioning template, the next and fina
258259

259260
## See also
260261

261-
- [PnP remote provisioning](pnp-remote-provisioning.md)
262+
- [PnP remote provisioning](pnp-remote-provisioning.md)

0 commit comments

Comments
 (0)