/dotnet:install-sdk Install .NET SDK versions with cross-platform package manager support and interactive global.json configuration. Arguments Parse arguments from : | Flag | Description | Default | |------|-------------|---------| | | SDK version to install (e.g., 10.0, 10.0.100) | Latest stable | | | Also update/create global.json | false | | | Interactive mode for global.json configuration | false | | | List installed SDKs | false | | | Release channel (LTS, STS, Preview) | STS | Workflow Step 1: Detect Environment Determine current state: Detect OS: - Windows: Check for availability - mac…