79398834

Date: 2025-01-30 05:11:42
Score: 0.5
Natty:
Report link

Not only can you include target framework values in the .csproj file, if you don't you get the warning described above. Adding the version number removed the warning and the icon...

  <TargetFrameworks>net48;net8.0-windows10.0.17763</TargetFrameworks>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: David