Ben Konyi 71b845833c
[ Tool ] Don't use .NET APIs in update_engine_version.ps1 (#172974)
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
2025-07-30 18:36:01 +00:00
..