Commit Graph

2 Commits

Author SHA1 Message Date
Zeke Foppa 1b3545361d Weaken minimum dotnet version (#3418)
# 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>
2025-10-20 17:17:36 +00:00
Kim Altintop 43389dd4e0 Make the .NET global.json file global (#3297)
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".
2025-09-30 16:39:21 +00:00