Describe the bug
Event though the condition is the same for Paperless and Keycloak, these references are included for all frameworks:
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<!--Transitive dependency added directly to avoid using vulnerable versions-->
<PackageReference Include="System.Text.Encodings.Web" />
<PackageReference Include="System.Text.Json" />
</ItemGroup>
Screenshots
