mirror of
https://github.com/msvc-win/get.msvc.win.git
synced 2025-12-16 05:07:39 +00:00
remove system.console assembly
This commit is contained in:
parent
9d5727f1d6
commit
131b87bc17
4 changed files with 4 additions and 8 deletions
3
32
3
32
|
|
@ -1,5 +1,4 @@
|
|||
Add-Type -AssemblyName System.IO.Compression.FileSystem
|
||||
Add-Type -AssemblyName "System.Console"
|
||||
|
||||
function Main {
|
||||
if ($PSVersionTable.PSEdition -ne 'Desktop' -and $env:OS -ne 'Windows_NT') {
|
||||
|
|
@ -168,4 +167,4 @@ function Main {
|
|||
|
||||
Main
|
||||
Write-Host "Press any key to exit."
|
||||
[Console]::ReadKey($true) > $null
|
||||
$null = [System.Console]::ReadKey($true)
|
||||
Loading…
Add table
Add a link
Reference in a new issue