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:
2026-06-07 13:51:26 +02:00
parent 65c398a578
commit ee77e5656e
2 changed files with 9 additions and 1 deletions

View File

@@ -6,4 +6,12 @@
<ImplicitUsings>enable</ImplicitUsings>
</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>