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
+
+
+
+
+
+
+
+