SergeyTeplyakov / ErrorProne.NET

Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)
MIT License
886 stars 42 forks source link

The committed src/global.json is invalid. #251

Closed tg73 closed 8 months ago

tg73 commented 2 years ago

At current HEAD of master, it's this (literally):

{
  "sdk": {
<<<<<<< Updated upstream
    "version": "3.1.200"
=======
    "version": "5.0.202"
>>>>>>> Stashed changes
  }
}

Which version should it be?

SergeyTeplyakov commented 8 months ago

The issue is fixed.