You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the guide here, when using Autofac with WebApi2 and OWIN you need the Autofac.Owin and Autofac.WebApi2.Owin. However, the Autofac.WebApi2.Owin package has a dependency on Autofac, Autofac.Owin and Autofac.WebApi2 that are all < 4.0.0.
Right now I can get by using the 3.x releases of Autofac, but it is preventing me from upgrading to the latest Autofac. Is there plans to support the rest of Autofac 4 with this package?
The text was updated successfully, but these errors were encountered:
According to the guide here, when using Autofac with WebApi2 and OWIN you need the
Autofac.Owin
andAutofac.WebApi2.Owin.
However, theAutofac.WebApi2.Owin
package has a dependency onAutofac
,Autofac.Owin
andAutofac.WebApi2
that are all< 4.0.0
.Right now I can get by using the
3.x
releases of Autofac, but it is preventing me from upgrading to the latest Autofac. Is there plans to support the rest of Autofac 4 with this package?The text was updated successfully, but these errors were encountered: