Configuring online CILs in your .NET web application

Connect to the Tridion Sites Delivery NuGet package from Visual Studio to add a reference to the CILs to your project.

Procedure

  1. Start Visual Studio and open the project that represents your website (web application).
  2. Select Tools > NuGet Package Manager > Manage NuGet Packages for Solution.
    The Manage NuGet Packages dialog opens.
  3. Ensure that Include Prerelease is selected from the first list rather than to Stable Only, to reveal pre-release versions of the libraries.
  4. In the search box online, enter SDL.Delivery.Cil and press Enter.
  5. 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.
  6. In the dialog that opens, select your web application as the solution in which you want to install the package. Then click OK.
  7. 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.