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.
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
I wish there was a good solution to this overall issue.
But I agree, I have deleted some global.json in the past...