diff --git a/utils/get-boost.ps1 b/utils/get-boost.ps1 index 7648b02..e68bc99 100644 --- a/utils/get-boost.ps1 +++ b/utils/get-boost.ps1 @@ -17,7 +17,7 @@ function DownloadFileWithRetry } try { - using (WebClient wc = new WebClient()) + using (WebClient wc = new System.Net.WebClient()) { wc.Headers.Add("User-Agent: Other"); wc.DownloadFile($Url, $Out);