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!
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!