Info
Version: | 5.5.0 |
Author(s): | Simple Injector Contributors |
Last Update: | Friday, August 16, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://simpleinjector.org/ |
NuGet Url: | https://www.nuget.org/packages/SimpleInjector.Packaging |
Install
Install-Package SimpleInjector.Packaging
dotnet add package SimpleInjector.Packaging
paket add SimpleInjector.Packaging
SimpleInjector.Packaging Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- SimpleInjector(>= 5.0.0 && < 6.0.0)
- NETStandard.Library(>= 1.6.0)
- System.Reflection(>= 4.1.0)
- SimpleInjector(>= 5.0.0)
Tags
Consumers can implement the IPackage interface and use the RegisterPackages extension method to dynamically add registrations in the supplied list of assemblies.