Connect to the Tridion Sites Delivery NuGet package from Visual Studio to add a reference to the CILs to your project.
Procedure
- Start Visual Studio and open the project that represents your website (web application).
- Select .
The Manage NuGet Packages dialog opens.
- Ensure that Include Prerelease is selected from the first list rather than to Stable Only, to reveal pre-release versions of the libraries.
Note: Pre-release CILs have all the latest performance and stability fixes in place and are liable to be updated at any time with additional bug fixes and improvements, without notice. Conversely, stable CILs have had more extensive test coverage. Whichever type of release you select, SDL recommends that you always test the artifacts to your satisfaction before putting them in production.
- In the search box online, enter SDL.Delivery.Cil and press Enter.
- Select a compatible version of the SDL.Delivery.Cil package that appears in the search results. For Tridion Sites 9.1, select 11.1. Then click Install.
- In the dialog that opens, select your web application as the solution in which you want to install the package. Then click OK.
- If you are prompted to agree to the license terms of one or more referenced packages, do so.
Results
Visual Studio adds references to the CILs to your solution.