Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Update service bus version to update the breaking dependencies#381

Merged
shishirx34 merged 2 commits intomainfrom
sb-updatever
Jan 3, 2022
Merged

Update service bus version to update the breaking dependencies#381
shishirx34 merged 2 commits intomainfrom
sb-updatever

Conversation

@shishirx34
Copy link
Copy Markdown
Contributor

WindowsAzure.ServiceBus takes a dependency on the System.IdentityModel.Tokens.Jwt which is overridden by another package with a superior version of Jwt library which breaks the managed identity authentication due to a breaking change. Updating the service bus to up the underlying dependency.

@shishirx34 shishirx34 requested a review from a team as a code owner January 3, 2022 19:12

<ItemGroup>
<PackageReference Include="WindowsAzure.ServiceBus">
<Version>6.0.3</Version>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be implied by the project dependency and therefore removed entirely? Makes maintenance easier.

@shishirx34 shishirx34 merged commit 5b2b280 into main Jan 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants