Skip to content

TargetFramework dependent PackageReferences are not working for Keycloak #8

@VMelnalksnis

Description

@VMelnalksnis

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
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions