Documentation Center

Configuring online CILs in your .NET web application

Connect to the SDL Web 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 the first dropdown is set to Include Prerelease, rather than to Stable Only, to reveal pre-release versions of the libraries.
  4. Search for an online package containing "SDL.Web.Cil" and press Enter.
  5. Select the SDL.Web.Cil package that you see in the search results, select 8.5.VERSION under Version (where VERSION is a number), and 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.