mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Powershell instances running in `ConstrainedLanguage` mode can't always access .NET APIs due to system administrator security configurations, including gWindows VMs. This change removes the use of `System.*` APIs from update_engine_version.ps1 in favor of dedicated Powershell APIs. Fixes https://github.com/flutter/flutter/issues/172895