Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.Extensions.Http dependency is stuck with version 3.1.3 #3145

Open
mc-ali opened this issue Nov 14, 2024 · 0 comments
Open

Microsoft.Extensions.Http dependency is stuck with version 3.1.3 #3145

mc-ali opened this issue Nov 14, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers P2
Milestone

Comments

@mc-ali
Copy link

mc-ali commented Nov 14, 2024

Microsoft.Identity.Web Library

Microsoft.Identity.Web

Microsoft.Identity.Web version

any

Web app

Not Applicable

Web API

Not Applicable

Token cache serialization

Not Applicable

Description

Hello,

It looks like Microsoft.Extensions.Http dep should be aligned with target framework version but it is stuck in 3.1.3, please see https://github.com/AzureAD/microsoft-identity-web/blob/master/Directory.Build.props, line 93.
There is no problem adding 3.1.3 to our feed but what is the correct way to address it, should it be updated on your end?

Thank you,
Ali

Reproduction steps

May not be a bug, rather sorting things out

Error message

No response

Id Web logs

No response

Relevant code snippets

https://github.com/AzureAD/microsoft-identity-web/blob/master/Directory.Build.props

  <PropertyGroup Label="Common dependency versions">
  ...
    <MicrosoftExtensionsHttpVersion>3.1.3</MicrosoftExtensionsHttpVersion>

Regression

No response

Expected behavior

<MicrosoftExtensionsHttpVersion>$(NetNineRuntimeVersion)</MicrosoftExtensionsHttpVersion>
@pmaytak pmaytak added bug Something isn't working P2 and removed untriaged needs attention labels Nov 14, 2024
@pmaytak pmaytak added this to the 3.3.3 milestone Nov 14, 2024
@jennyf19 jennyf19 added the good first issue Good for newcomers label Dec 4, 2024
@jennyf19 jennyf19 modified the milestones: 3.5.0, 3.5.1 Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers P2
Projects
None yet
Development

No branches or pull requests

3 participants