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 Nov 19, 2015
1 parent 309b9b8 commit 5a9e39a
Show file tree
Hide file tree
Showing 2 changed files with 3 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="6.0.8" targetFramework="net45" />
<package id="Owin" version="1.0" targetFramework="net45" />
</packages>
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<tags>Ioc Dependency-Injection Inversion-of-Control LightInject Web ASP.NET ASP AspNet SignalR AspNetSignalR</tags>
<dependencies>
<dependency id="LightInject" version="3.0.2.7" />
<dependency id="LightInject.Interception" version="1.0.0.8" />
</dependencies>
</metadata>
</package>

0 comments on commit 5a9e39a

Please sign in to comment.