Pipeline Framework Dependency Injection is a set of libraries which extends the Pipeline Framework to utilize some popular dependency injection (IOC) containers.
Examples in the wiki.
Install any of the libraries using nuget.
Install-Package PipelineFramework.Autofac
Install-Package PipelineFramework.LightInject
or via the .NET Core command line interface:
dotnet add package PipelineFramework.Autofact
dotnet add package PipelineFramework.LightInject
Either commands, from Package Manager Console or .NET Core CLI, will download and install PipelineFramework.Core and all required dependencies.