Closed
Description
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
Labels
No labels