The idea is to make it so that calls to Install-Package Patterns would still give you the same components, but that it would be a meta-package only. Patterns would break up into one project per root namespace, and an Autofac and Ninject flavor of each. At that point, Patterns dependencies can be expressed on a granular or global level, per preferences. This would allow calls like Install-Package Patterns.Configuration.Autofac, etc.
The idea is to make it so that calls to
Install-Package Patternswould still give you the same components, but that it would be a meta-package only. Patterns would break up into one project per root namespace, and an Autofac and Ninject flavor of each. At that point, Patterns dependencies can be expressed on a granular or global level, per preferences. This would allow calls likeInstall-Package Patterns.Configuration.Autofac, etc.