Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
<PackageVersion Include="Confluent.SchemaRegistry.Serdes.Avro" Version="2.14.2" />
<PackageVersion Include="Apache.Avro" Version="1.12.1" />
<!-- IHostedService/BackgroundService host for the relay's poll loop. -->
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="10.0.8" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="10.0.9" />
<!-- ILogger / EventId for the shared structured-log event-id contract (ADR-IC-007 Layer 1):
the abstractions only — Babelstone.Telemetry stays backend-/hosting-free, the hosts bring
the logging implementation. The same 10.0.8 line as the other Microsoft.Extensions pins. -->
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.8" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.9" />

<!-- IConfiguration for the application-credential secret boundary (ADR-PC-004 Amendment A1):
Abstractions for Babelstone.Pii's ConfigurationSecretProvider; the full package for the
in-memory provider its unit tests build. -->
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.8" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="10.0.8" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.9" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="10.0.9" />

<!-- Test toolchain: runner, assertions, property-based testing, integration containers. -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.6.0" />
Expand All @@ -50,7 +50,7 @@
<PackageVersion Include="Testcontainers.PostgreSql" Version="4.12.0" />

<!-- In-process ASP.NET Core host for the rate-sheet deploy endpoint tests. -->
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.8" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.9" />

<!-- YAML parser for the in-engine pack loader (ADR-PC-007 §S2, Babelstone.Packs). -->
<PackageVersion Include="YamlDotNet" Version="18.0.0" />
Expand All @@ -60,9 +60,9 @@
engine spine. The SDK (Extensions.Hosting for AddOpenTelemetry/ConfigureResource and
the OTLP exporter) is wired only in the two HTTP hosts; the core OpenTelemetry package
backs the in-memory span fitness test. One pinned 1.x line across all four. -->
<PackageVersion Include="OpenTelemetry.Api" Version="1.15.3" />
<PackageVersion Include="OpenTelemetry" Version="1.15.3" />
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.15.3" />
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.15.3" />
<PackageVersion Include="OpenTelemetry.Api" Version="1.16.0" />
<PackageVersion Include="OpenTelemetry" Version="1.16.0" />
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.16.0" />
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.16.0" />
</ItemGroup>
</Project>