merge(building-block-identity): integrate identity-contracts-package-baseline

This commit is contained in:
José René White Enciso 2026-02-25 14:41:58 -06:00
commit 9583fea8ef

View File

@ -0,0 +1,29 @@
# Identity Contracts NuGet Publication Baseline
## Feed
- Source: `http://192.168.68.156:3000/api/packages/AgileWebs/nuget/index.json`
- Authentication: Gitea login + token
- HTTP requirement: `allowInsecureConnections="true"` in `nuget.config`
## Published Baseline
| Package | Version | Published On |
| --- | --- | --- |
| BuildingBlock.Identity.Contracts | 0.1.0-decouple.20260225140619 | 2026-02-25 |
## Dependency Note
`BuildingBlock.Identity.Contracts` depends on:
- `Core.Blueprint.Common` version `0.1.0-decouple.20260225140619`
Use coordinated package versions when publishing packages built from project-reference graphs.
## Consumer Validation
Restore validation passed using:
- `TargetFramework`: `net10.0`
- `PackageReference`: `BuildingBlock.Identity.Contracts` `0.1.0-decouple.20260225140619`
- Restore flags: `--no-cache --force` after publication