Skip to content

GitVersionTask 5.1.3: Bad Dependency on Microsoft.Extensions.DependencyInjection #2029

@rose-a

Description

@rose-a

The newly introduced dependency on Microsoft.Extensions.DependencyInjection (>= 3.0.1) prevents the package from installing in projects which use older SDKs!

grafik

grafik

Since the App packages are explicitly referenced by the SDK, you cannot simply upgrade to v3.0.1.

Therefore the targeted builds should reference the proper version of this dependency, i.e. .NETCoreApp,Version=v2.1 => Microsoft.Extensions.DependencyInjection (>=2.1.0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions