Update HtmlSanitizer to v9.0.892 across all projects

Upgraded HtmlSanitizer from 8.0.865 to 9.0.892 in all existing project references. Added HtmlSanitizer 9.0.892 as a new dependency to API, Infrastructure, Jobs, Tests, and WorkerService projects to ensure consistent and up-to-date usage throughout the solution.
This commit is contained in:
2026-02-17 11:51:31 +01:00
parent 4deec9c064
commit 3336af0541
7 changed files with 9 additions and 4 deletions

View File

@@ -24,6 +24,7 @@
<PackageReference Include="Dapper" Version="2.1.66" />
<PackageReference Include="DigitalData.Core.Abstraction.Application" Version="1.6.0" />
<PackageReference Include="DigitalData.Core.Infrastructure" Version="2.6.1" />
<PackageReference Include="HtmlSanitizer" Version="9.0.892" />
<PackageReference Include="QuestPDF" Version="2025.7.1" />
</ItemGroup>