Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Install nuget

Dominic St-Pierre edited this page Jan 3, 2014 · 1 revision

Installing LCSK via NuGet

The easiest way to add LCSK to your ASP.NET 4 project is to use NuGet.

Install-Package LCSK

What it will do?

  1. Add a reference to Microsoft.AspNet.SignalR
  • SignalR do have some dependencies as well, you can see a list here.
  1. Add the LCSK folder to the root of your project.
  • All .cs file will use your current Namespace.

JavaScript files

We have included the SignalR and jQuery js file into the LCSK folder for clarity.

Feel free to use the one added by Microsoft.AspNet.SignalR package in the Scripts folder instead. Make sure to change the source for script tags to reflect your choices.

Clone this wiki locally