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) <noreply@anthropic.com>
This commit is contained in:
@@ -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).
|
- `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.
|
- **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`:
|
- Add to `FrameProcessor.csproj`:
|
||||||
- `SixLabors.ImageSharp`
|
- `SixLabors.ImageSharp`
|
||||||
- `MQTTnet`
|
- `MQTTnet`
|
||||||
|
|||||||
@@ -6,4 +6,12 @@
|
|||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="MQTTnet" Version="4.3.7.1207" />
|
||||||
|
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
|
||||||
|
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" />
|
||||||
|
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" />
|
||||||
|
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.11" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user