79182500

Date: 2024-11-12 19:41:11
Score: 3
Natty:
Report link

You used a dependency that was built with .NET 4.0, if your project configuration is with .NET 2.0.. 3.5.

For Example : enter image description here

and config in project is .net 3.5 enter image description here

**

To solve this problem, you should either move the .NET version of the project to version 4.0 or use a dependency with .NET version 3.5 or lower.

**

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mohsen Givi