The builds are failing on master as our global.json expects version "8.0.100" for the SDK and the build agents - for Windows and Linux - now install 8.0.101. I guess we would like to update the global.json at some point, but I'm unsure if we can expect all contributors to be updating immediately when a new version comes out, so perhaps we should initially just supply a more specific version than 8.0.x in setup-dotnet and then bump the global.json and the CI agents later ?

The builds are failing on
masteras ourglobal.jsonexpects version "8.0.100" for the SDK and the build agents - for Windows and Linux - now install 8.0.101. I guess we would like to update theglobal.jsonat some point, but I'm unsure if we can expect all contributors to be updating immediately when a new version comes out, so perhaps we should initially just supply a more specific version than8.0.xinsetup-dotnetand then bump theglobal.jsonand the CI agents later ?