Endjin.Core.Composition.Web by Endjin

<PackageReference Include="Endjin.Core.Composition.Web" Version="2.2.0.41" />

 Endjin.Core.Composition.Web 2.2.0.41

Whatever the framework, component composition works the same way: you have interfaces and concrete implementations and you need to map one against the other. The Endjin Composition Framework helps you work smarter, not harder by making component composition simple. This framework supports .NET 4.0, .NET 4.5, WinRT and WP8. This package integrates the framework with ASP.NET MVC 4

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Endjin.Core.Composition.Web</id>
    <version>2.2.0.41</version>
    <title>Endjin Composition Framework with Extensions for ASP.NET MVC</title>
    <authors>Endjin</authors>
    <owners>Endjin</owners>
    <iconUrl>https://raw.github.com/endjin/Endjin.Core.Composition-V2/master/Assets/Composition.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Whatever the framework, component composition works the same way: you have interfaces and concrete implementations and you need to map one against the other. The Endjin Composition Framework helps you work smarter, not harder by making component composition simple. This framework supports .NET 4.0, .NET 4.5, WinRT and WP8. This package integrates the framework with ASP.NET MVC 4</description>
    <tags>endjin DependencyInjection DI InversionOfControl IoC Composition</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.0">
        <dependency id="Endjin.Core.Composition" version="2.0.0.0" />
        <dependency id="Microsoft.AspNet.Mvc" version="4.0.20710.0" />
        <dependency id="WebActivatorEx" version="2.0.4" />
      </group>
      <group targetFramework=".NETFramework4.5">
        <dependency id="Endjin.Core.Composition" version="2.2.0.0" />
        <dependency id="Microsoft.AspNet.Mvc" version="5.1.1" />
        <dependency id="WebActivatorEx" version="2.0.4" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Web.Http.WebHost" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
</package>