Merge branch 'feature/thalos-service-contracts-stable-baseline' into development

This commit is contained in:
José René White Enciso 2026-02-25 16:50:54 -06:00
commit 56536ae509
3 changed files with 38 additions and 1 deletions

10
Directory.Build.props Normal file
View File

@ -0,0 +1,10 @@
<Project>
<PropertyGroup>
<Authors>AgileWebs</Authors>
<Company>AgileWebs</Company>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>http://192.168.68.156:3000/AgileWebs/thalos-service</RepositoryUrl>
<PackageProjectUrl>http://192.168.68.156:3000/AgileWebs/thalos-service</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>
</Project>

View File

@ -0,0 +1,27 @@
# Thalos Service Contract Package 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 |
| --- | --- | --- |
| Thalos.Service.Identity.Abstractions | 0.2.0 | 2026-02-25 |
## Dependency Note
`Thalos.Service.Identity.Abstractions` depends on:
- `Core.Blueprint.Common` version `0.2.0`
## Consumer Validation
Restore validation passed using:
- `TargetFramework`: `net10.0`
- `PackageReference`: `Thalos.Service.Identity.Abstractions` `0.2.0`
- Restore flags: `--no-cache --force`

View File

@ -5,6 +5,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\blueprint-platform\src\Core.Blueprint.Common\Core.Blueprint.Common.csproj" />
<PackageReference Include="Core.Blueprint.Common" Version="0.2.0" />
</ItemGroup>
</Project>