mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
4df23c22218d4638dfbd63e40f2ba3144aae1824

We have this in Orchard.Setup.csproj: <Reference Include="Autofac, Version=2.1.13.813, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\..\..\lib\autofac\Autofac.dll</HintPath> </Reference> However, version of autoface we are using is not 2.1.13.813. This means that, even if the full assembly name is specified in the csproj file, we still need to lookup the assembly by short name if we can't find it. --HG-- branch : dev
Description
About
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
orchardproject.net
Languages
C#
43.9%
JavaScript
43.7%
HTML
5.5%
CSS
2.4%
Less
1.5%
Other
2.9%