79199108

Date: 2024-11-18 08:00:42
Score: 0.5
Natty:
Report link

you should be able to mitigate this with a project specific global.json file. the example should help to lock your project down to any 7.0.xxx SDK version.

{
  "sdk": {
    "version": "7.0.xxx",
    "rollForward": "latestFeature"
  }
}

see here for further information

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: macf00bar