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

7 lines
78 B
JSON

{
"sdk": {
"version": "8.0.100",
"rollForward": "latestMinor"
}
}