autofac / Autofac.Owin

OWIN integration for Autofac
MIT License
23 stars 15 forks source link

Nuget package cannot be installed against latest version of Autofac. #35

Closed njones57 closed 1 year ago

njones57 commented 1 year ago

Version 7.0.0 of Autofac was published on March 7, 2023 but it looks like Autofac.Owin is setup with an upper bound on the verions of Autofac to be less than version 7.0.0. Attemptiong to install gives the following error:

Unable to resolve dependencies. 'Autofac 7.0.0' is not compatible with 'Autofac.Owin 7.0.0 constraint: Autofac (>= 6.0.0 && < 7.0.0)'.