From ee77e5656ed7a0a04e4b2749ac50ba7991916ce8 Mon Sep 17 00:00:00 2001 From: Fritiof Hedman Date: Sun, 7 Jun 2026 13:51:26 +0200 Subject: [PATCH] 0.3 Package references Add SixLabors.ImageSharp 3.1.11 (last open-source version; 4.0 requires a paid license), MQTTnet 4.3.7.1207 (v4 matches the APIs referenced in SPEC/PLAN), and Serilog (AspNetCore + Console + File sinks). Co-Authored-By: Claude Opus 4.7 (1M context) --- IMPLEMENTATION.md | 2 +- src/FrameProcessor/FrameProcessor.csproj | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/IMPLEMENTATION.md b/IMPLEMENTATION.md index 8d13f0f..3fe5978 100644 --- a/IMPLEMENTATION.md +++ b/IMPLEMENTATION.md @@ -20,7 +20,7 @@ When working through this file, mark increments complete by changing `[ ]` to `[ - `GET /health` returning `{ status: "Healthy", mqttConnected: false }` (mqttConnected hardcoded for now). - **DoD:** `dotnet run --project src/FrameProcessor` then `curl localhost:8080/health` returns 200 with the JSON. -### [ ] 0.3 Package references +### [x] 0.3 Package references - Add to `FrameProcessor.csproj`: - `SixLabors.ImageSharp` - `MQTTnet` diff --git a/src/FrameProcessor/FrameProcessor.csproj b/src/FrameProcessor/FrameProcessor.csproj index a3a34b6..87d8c16 100644 --- a/src/FrameProcessor/FrameProcessor.csproj +++ b/src/FrameProcessor/FrameProcessor.csproj @@ -6,4 +6,12 @@ enable + + + + + + + +