Autofac by Autofac Contributors

<PackageReference Include="Autofac" Version="4.6.0" />

 Autofac 4.6.0

Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Autofac</id>
    <version>4.6.0</version>
    <authors>Autofac Contributors</authors>
    <owners>Autofac Contributors</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
    <projectUrl>http://autofac.org/</projectUrl>
    <iconUrl>https://cloud.githubusercontent.com/assets/1156571/13684110/16b8f152-e6bf-11e5-84ae-22c66c6d351a.png</iconUrl>
    <description>Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity.</description>
    <releaseNotes>Release notes are at https://github.com/autofac/Autofac/releases</releaseNotes>
    <tags>autofac di ioc dependencyinjection</tags>
    <repository type="git" url="https://github.com/autofac/Autofac" />
    <dependencies>
      <group targetFramework=".NETFramework4.5" />
      <group targetFramework=".NETStandard1.1">
        <dependency id="NETStandard.Library" version="1.6.0" exclude="Build,Analyzers" />
        <dependency id="System.ComponentModel" version="4.0.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <repository type="git" url="https://github.com/autofac/Autofac" xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd" />
  </metadata>
</package>