Skip to content

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

@mc-ali

Description

@mc-ali

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>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions