- WHY: provide explicit package compatibility metadata for consumers - WHAT: add common contract descriptors and module package contracts - RULE: keep references internal to blueprint dependency boundaries
18 lines
459 B
Markdown
18 lines
459 B
Markdown
# NuGet Publishing Map
|
|
|
|
## Package Outputs
|
|
|
|
- Core.Blueprint.Common
|
|
- Core.Blueprint.Logging
|
|
- Core.Blueprint.Mongo
|
|
- Core.Blueprint.Redis
|
|
- Core.Blueprint.SQLServer
|
|
- Core.Blueprint.Storage
|
|
- Core.Blueprint.KeyVault
|
|
|
|
## Publishing Baseline
|
|
|
|
- Publish packages independently from this repository.
|
|
- Maintain explicit package dependency on `Core.Blueprint.Common` for all feature modules.
|
|
- Keep package identifiers stable to protect downstream compatibility.
|