# Adding NuGet Packages to your App

## Content



### To add C1TextParser References to your App

In order to use TextParser library, C1TextParser reference has to be added to the project. Complete the following steps to add C1TextParser reference to your project.

### Visual Studio

1.  Open a pre-existing **Console App** or create a new **Console App**.
2.  From the **Project** menu, select **Manage NuGet Packages**. The **NuGet Package** Manager appears.
3.  Select **nuget.org** from the **Package source** drop down.
4.  Click **Browse** tab and select **C1.TextParser** from the left pane.
5.  In the right pane, click **Install**. This adds the references for the TextParser library.
6.  In the **Preview** dialog, click **OK** to proceed with the changes.
7.  Click **I Accept** to accept the license terms. The license gets installed.

### Visual Studio for Mac

1.  Open a pre-existing Consol App or create a new Consol App.
2.  In the **Solution Explorer**, right click the project and select **Add** | **Add Packages**. The **Add Packages** dialog appears.
3.  From the drop down menu in the top left corner, select **nuget.org**. The available TextParser package are displayed.
4.  Select the package **C1.TextParser** and click the **Add Package** button. This adds the references for the TextParser library.