Skip to content

Commit

Permalink
Updated to jquery 1.6.3 and signalr 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Sep 9, 2011
1 parent 844e96e commit 6dc7921
Show file tree
Hide file tree
Showing 8 changed files with 374 additions and 289 deletions.
10 changes: 5 additions & 5 deletions Chat/Chat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
<HintPath>..\packages\AntiXSS.4.0.1\lib\net35\HtmlSanitizationLibrary.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="SignalR, Version=0.3.1.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="SignalR, Version=0.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\SignalR.Server.0.3.1\lib\net40\SignalR.dll</HintPath>
<HintPath>..\packages\SignalR.Server.0.3.2\lib\net40\SignalR.dll</HintPath>
</Reference>
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
Expand Down Expand Up @@ -110,9 +110,9 @@
<Content Include="Global.asax" />
<Content Include="Mobile.css" />
<Content Include="mobile.htm" />
<Content Include="Scripts\jquery-1.6.2-vsdoc.js" />
<Content Include="Scripts\jquery-1.6.2.js" />
<Content Include="Scripts\jquery-1.6.2.min.js" />
<Content Include="Scripts\jquery-1.6.3-vsdoc.js" />
<Content Include="Scripts\jquery-1.6.3.js" />
<Content Include="Scripts\jquery-1.6.3.min.js" />
<Content Include="Scripts\jquery-ui-1.8.13.js" />
<Content Include="Scripts\jquery-ui-1.8.13.min.js" />
<Content Include="Scripts\jquery.color.js" />
Expand Down
18 changes: 0 additions & 18 deletions Chat/Scripts/jquery-1.6.2.min.js

This file was deleted.

Loading

0 comments on commit 6dc7921

Please sign in to comment.