mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00

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