Skip to content

Dependency on System.Drawing.Common (>= 7.0.0) blocks latest Microsoft.Build package #8962

@theolivenbaum

Description

@theolivenbaum

Not sure if this is the right place to report this, but while trying to update the Microsoft.Build package on our software to the latest version, we hit an issue due to a dependency on System.Security.Permissions, chianing to System.Windows.Extensions, which depends on System.Drawing.Common >= 7.0.0.

As System.Drawing.Common >=7.0.0 doesn't support macOS / Linux anymore (6.0.0 being the latest version that supports it through a compatibility flag), this chain of dependency blocks using to the latest package on Linux & macOS builds.

Any ideas if it is possible to force using the older package, or if the dependency version on System.Windows.Extensions could be lowered to >=6.0.0 ?

Thanks!

Metadata

Metadata

Assignees

Labels

Area: EngineIssues impacting the core execution of targets and tasks.triaged

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions