How to upgrade Child .net library "system.text.encodings.web" dependency?

Shashank Sivakoti 1 Reputation point
2022-02-24T11:29:10.283+00:00

How to upgrade Child .net library "system.text.encodings.web" dependency

177439-image.png

Reference: https://www.nuget.org/packages/Azure.Storage.Queues/

Developer technologies | C#
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,766 Reputation points Volunteer Moderator
    2022-02-24T16:09:22.667+00:00

    You don’t, you need a newer nuget package. As you have the lastest, you would need to download the source and rebuild with newer dependencies.

    Generally the user of the nuget package can use a later version of a dependency if it’s compatible (same major version).

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.