blueprint-platform/docs/consumption/nuget-publishing-map.md
José René White Enciso 281fdb375a feat(platform): add package contract descriptors
- 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
2026-02-22 02:41:49 -06:00

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.