MvcExtensions.StructureMap by Kazi Manzur Rashid, hazzik

<PackageReference Include="MvcExtensions.StructureMap" Version="2.5.0-rc8001" />

 MvcExtensions.StructureMap 2.5.0-rc8001

ASP.NET MVC Extensions is framework developed on top of ASP.NET MVC extensibility point, which allows your IoC Container to rule everywhere.

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>MvcExtensions.StructureMap</id>
    <version>2.5.0-rc8001</version>
    <title>MvcExtensions.StructureMap</title>
    <authors>Kazi Manzur Rashid, hazzik</authors>
    <owners>Kazi Manzur Rashid, hazzik</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>ASP.NET MVC Extensions is framework developed on top of ASP.NET MVC extensibility point, which allows your IoC Container to rule everywhere.</description>
    <dependencies>
      <dependency id="StructureMap" version="2.6.3" />
      <dependency id="MvcExtensions" version="[2.5-a, 3.0)" />
    </dependencies>
  </metadata>
</package>