File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,6 @@ Invoke-RestMethod @Parameters
3939# Extract Microsoft.Windows.SDK.NET.dll & WinRT.Runtime.dll from archive
4040Add-Type - Assembly System.IO.Compression.FileSystem
4141$ZIP = [IO.Compression.ZipFile ]::OpenRead(" Scripts\microsoft.windows.sdk.net.ref.zip" )
42- $Entries = $ZIP.Entries | Where-Object - FilterScript {($_.FullName -eq " lib/net6 .0/Microsoft.Windows.SDK.NET.dll" ) -or ($_.FullName -eq " lib/net6 .0/WinRT.Runtime.dll" )}
42+ $Entries = $ZIP.Entries | Where-Object - FilterScript {($_.FullName -eq " lib/net8 .0/Microsoft.Windows.SDK.NET.dll" ) -or ($_.FullName -eq " lib/net8 .0/WinRT.Runtime.dll" )}
4343$Entries | ForEach-Object - Process {[IO.Compression.ZipFileExtensions ]::ExtractToFile($_ , " Scripts\$ ( $_.Name ) " , $true )}
4444$ZIP.Dispose ()
You can’t perform that action at this time.
0 commit comments