Skip to content

Upgrade Microsoft.AspNetCore.WebUtilities from version 1.1.2 to 2.2.0 #356

Closed
@pragyamehta

Description

@pragyamehta

I am working on a project targeting netstandard2.0 that takes a dependency on KubernetesClient. My project directly references Microsoft.AspNetCore.WebUtilities Version 2.2.0, but KubernetesClient references version 1.1.2.
I need to package my project as a nuget package and provide it to a consumer. If I add the version 2.2.0 in the nuspec file while creating the nuget package, KubernetesClient fails at runtime since it looks for 1.1.2 assembly version of the dll.
I unfortunately have a restriction that I cannot add assembly redirects :(

Can we upgrade the version of this nuget package to 2.2.0 for netstandard2.0?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions