# Description of Changes
Relax the patch version requirement in `global.json`, because `8.0.400`
isn't available on Linux.
# API and ABI breaking changes
No.
# Expected complexity level and risk
1
# Testing
I've been using this modification for a long time and we've never had
people complain about bad C# DLLs or anything.
---------
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
Move the global.json file to the repo root, which should make `dotnet`
resolve the correct SDK regardless of the directory it is run in.
Where a copy of the global.json file is needed, symlink it to the one at
the root.
Should fix "C#/Unity - Test Suite".