79643954

Date: 2025-05-29 13:16:47
Score: 0.5
Natty:
Report link

Try this:

Check that 8.0.xxx version is installed on your pc (add or remove programs, filter by sdk):

enter image description here

if it's not installed, install one from https://dotnet.microsoft.com/en-us/download/visual-studio-sdks

after that go to solution folder and create a global.json file with contents like (version should be of SDK you installed):

{
  "sdk": {
    "version": "8.0.313"
  }
}

more on global.json https://learn.microsoft.com/en-us/dotnet/core/tools/global-json

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-2): Try this:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ryhor Gunko