From 7370b3318646cdc6f9cfe925c9a600f9f9954249 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Sun, 19 Jul 2026 02:39:52 -0400 Subject: [PATCH] feat(localdb): reference ZB.MOM.WW.LocalDb 0.1.0 packages Task 1 of the Phase 1 adoption plan. Wiring only - no behavior change yet. - Directory.Packages.props: LocalDb / .Replication / .Contracts @ 0.1.0 - NuGet.config: ZB.MOM.WW.LocalDb + ZB.MOM.WW.LocalDb.* mapped to the dohertj2-gitea feed (central package management requires explicit mapping) - SiteRuntime + SiteEventLogging: PackageReference ZB.MOM.WW.LocalDb - Host: ZB.MOM.WW.LocalDb + ZB.MOM.WW.LocalDb.Replication Required two prerequisite commits, both landed ahead of this one: ecf6b628 - AngleSharp pin (pre-existing break; the solution would not build) 4715f2f9 - gRPC 2.71.0 -> 2.76.0 (LocalDb.Replication's nuspec floor) SQLitePCLRaw stays pinned at 2.1.12 (GHSA-2m69-gcr7-jv3q) - verified intact. Verified: dotnet build ZB.MOM.WW.ScadaBridge.slnx -> 0 Error(s), 0 Warning(s) all three LocalDb packages restored from the Gitea feed Claude-Session: https://claude.ai/code/session_01BL2Vu1ESDQ9SCN4gVKkdts --- Directory.Packages.props | 3 +++ nuget.config | 2 ++ .../ZB.MOM.WW.ScadaBridge.Host.csproj | 2 ++ .../ZB.MOM.WW.ScadaBridge.SiteEventLogging.csproj | 1 + .../ZB.MOM.WW.ScadaBridge.SiteRuntime.csproj | 1 + 5 files changed, 9 insertions(+) diff --git a/Directory.Packages.props b/Directory.Packages.props index 62d64872..b49857f0 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -108,6 +108,9 @@ + + +