Customers.dll, Finance.dll, Products.dll and so on. Each one of these have IProductService and IProductConfigurationService for example.nuget install OurCoreApp.Customers, nuget install OurCoreApp.Products and for that to add the required binaries. That means we only have to update binaries in one place (the OurCoreApp solution that we use as a nuget package).OurCoreApp, but how do I make the different modules available as separate nuget packages?