Skip to content

Commit

Permalink
Fix LightInject.SignalR NuGet package
Browse files Browse the repository at this point in the history
Add dependency on LightInject.Interception
  • Loading branch information
Hinidu committed Dec 24, 2014
1 parent 56f310a commit eabb701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LightInject.SignalR/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="LightInject.Interception" version="1.0.0.7" targetFramework="net45" />
<package id="Microsoft.AspNet.SignalR.Core" version="2.0.3" targetFramework="net45" />
<package id="Microsoft.Owin" version="2.0.1" targetFramework="net45" />
<package id="Microsoft.Owin.Security" version="2.0.1" targetFramework="net45" />
<package id="Newtonsoft.Json" version="5.0.1" targetFramework="net45" />
<package id="Owin" version="1.0" targetFramework="net45" />
</packages>
</packages>

0 comments on commit eabb701

Please sign in to comment.