Adding NuGet Packages to your App
In This Topic
In order to add NuGet packages to your app, complete the following steps:
- From the Project menu, select Manage NuGet Packages. The NuGet Package Manager appears.
- Select https://www.nuget.org/ from the Package source drop down.
- Click Browse tab and select C1.LibraryName (for example C1.DataCollection and C1.Win.DataCollection from the left pane.
- In the right pane, click Install. This adds the references for CollectionView.
- In the Preview dialog, click OK to proceed with the changes.
- Click I Accept to accept the license terms. The license gets installed.