AzureAD / microsoft-identity-web

Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C
MIT License
684 stars 217 forks source link

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

Open mc-ali opened 2 weeks ago

mc-ali commented 2 weeks ago

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>