In my entire career I have never, not even once, seen any benefit from having a global.json file in the repo.

However, I have seen countless times, over and over again that a repo fails to build because the right SDK is not installed, and deleting global.json makes it build just fine.

Comments