# 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. - Use Gitea org feed: `http://192.168.68.156:3000/api/packages/AgileWebs/nuget/index.json`. ## Baseline Published Versions | Package | Version | Published On | Feed | | --- | --- | --- | --- | | Core.Blueprint.Common | 0.1.0-decouple.20260225140139 | 2026-02-25 | AgileWebs org NuGet feed | ## Consumer Notes - Current feed is HTTP and requires `allowInsecureConnections="true"` in `nuget.config`. - `Core.Blueprint.Common` currently targets `net10.0`; consumers must use compatible target frameworks. - Feed setup and smoke test steps are documented in `docs/consumption/gitea-nuget-feed-validation.md`.