Connect to the SDL Web 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 the first dropdown is set to Include Prerelease, 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.
- Search for an online package containing "SDL.Web.Cil" and press Enter.
- 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.
- 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.