{
  "_comment": "Central declaration of the tool versions this repo needs to build. Scripts/PowerShell/SetUpWorkstation.ps1 reports on every entry here; Scripts/build.py additionally enforces the python one at startup. Editing a version here changes what they require.",
  "python": {
    "minimumVersion": "3.9"
  },
  "dotnetSdk": {
    "_comment": "Only the net8.0+ projects (KNI web/desktop) need this; the net48 and netstandard2.0 tree builds through Visual Studio, so build.py does not enforce it. 10.0 is the current LTS.",
    "minimumVersion": "10.0"
  }
}
