Chill.Autofac by Erwin van der Valk, Dennis Doomen

<PackageReference Include="Chill.Autofac" Version="3.2.0" />

 Chill.Autofac 3.2.0

A chill container that uses autofac. Ideal for Integration testing scenarios.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Chill.Autofac</id>
    <version>3.2.0</version>
    <title>Chill Autofac extension</title>
    <authors>Erwin van der Valk, Dennis Doomen</authors>
    <owners>Erwin van der Valk, Dennis Doomen</owners>
    <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
    <projectUrl>http://github.com/ChillBDD/Chill</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A chill container that uses autofac. Ideal for Integration testing scenarios.</description>
    <releaseNotes />
    <copyright>Copyright 2017</copyright>
    <tags>BDD TDD Autofac</tags>
    <dependencies>
      <dependency id="Chill" version="[2.2, 4.0)" />
      <dependency id="Autofac" version="(3.0, 5.0)" />
    </dependencies>
  </metadata>
</package>