Why is IAppBuilder undefined after updating to latest SignalR libraries through NuGet? -
I'm between 4.5 4.5 and migrating to Signal 2.x and I'm moving around some issues / confusions. DLL I have installed SignalR's latest verion through Nuget with the following: Install package- Microsoft.AspNet.SignalR I've added the startup class described in the migration. However, IAppBuilder started coming up as unresolved. I checked on stackoverflow and was used to run a fixed solution: Owen-restore update package I did this and the error went away. However, the app has returned to include references to Owen 1.0. I'm a little confused here. Is not this struggle with the latest / greatest? Should I draw the IAppBuilder definition from a different context? Thank you, JB signal R 2.0.3 still Owin.dll version Depends on 1.0.0.0, as the signal is since R 1.0.0. The only thing defined in the Owin.dll is the IAppBuilder interface, which has not been changed since it was introduced if you see the Newsletter Gallery then you will see that it has only one version. Signal R also depends on how the type provides which makes it easier to write owin middleware. This package has gone through several iterations, and the signal relies on Microsoft 2.0 2.0.3. 2.0 2.0
Comments
Post a Comment