OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Consolidate Owin package versions on dev #8710

Closed BenedekFarkas closed 1 year ago

BenedekFarkas commented 1 year ago

Enabling/disabling features or running a migration update fails with Orchard.OpenId (even if disabled) not being able to resolve one of the dependencies of Microsoft.Owin.Security, because it (and some other projects) use version 4.1.1 of Microsoft.Owin.Host.SystemWeb and Microsoft.Owin.Security, while the other Owin libraries are on version 4.2.2.

Fortunately, fixing it is as simple as a search and replace of the string "4.1.1" to "4.2.2".