Hello,
I migrate my Wisej 3 Web application (.NET Framework 4.8) to Wisej 4.0.5. The package “System.Drawing.Common” (V5.0) is added when installing Wisej-4 and has a vulnerabilities.
It’s not possible to update it because of the following error : “Cannot modify an evaluated object originating in an imported file “C:\XXX\.nuget\packages\wisej-4\4.0.5\build\Wisej-4.props”.”.
What I can do to avoid this vulnerable nuget package ?
Best regards
Looks like props is trying to reference 4.8.0 for net48 when using the old project format. I changed your project to the new SDK format and there is no System.Drawing.Common anymore. Looks like the old project format in Visual Studio sets $(TargetFramework) to something else other than net48.
Please login first to submit.
