Installing a NuGet package

1. In the TwinCAT HMI project, right-click on the References node, then click on Manage NuGet Packages…:
Installing a NuGet package 1:
2. In the NuGet Package Manager you will then find an overview of the currently installed packages:
Installing a NuGet package 2:
3. Switch to the Browse tab at the top:

Installing a NuGet package 3:

4. Make sure that the correct repository is selected in the upper right corner under Package source:
Installing a NuGet package 4:
  1. Repository explanations:
5. Select the package you want to install. Further information about the package is then displayed on the right.
Installing a NuGet package 5:
6. Select the required version on the right and click Install:
Installing a NuGet package 6:
The package will now be installed. Detailed information about the installation progress can be found in Package Manager Console:
Installing a NuGet package 7:
After successful installation the package can be found under References node, and the corresponding functions can be used:
Installing a NuGet package 8: