Browse Source

Update Dependencies.ps1

pull/429/head
Dmitry Nefedov 1 year ago
committed by GitHub
parent
commit
3e62779feb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Scripts/Dependencies.ps1

1
Scripts/Dependencies.ps1

@ -35,6 +35,7 @@ $Parameters = @{
UseBasicParsing = $true
}
Invoke-RestMethod @Parameters
# Extract Microsoft.Windows.SDK.NET.dll & WinRT.Runtime.dll from archive
Add-Type -Assembly System.IO.Compression.FileSystem
$ZIP = [IO.Compression.ZipFile]::OpenRead("Scripts\microsoft.windows.sdk.net.ref.zip")

Loading…
Cancel
Save