Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Oct 20, 2024
1 parent e9dc351 commit 50c2586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mailozaurr.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ if ($Development) {
} else {
$Assembly = @(
if ($Framework -and $PSEdition -eq 'Core') {
Get-ChildItem -Path $PSScriptRoot\Lib\$Framework\*.dll -ErrorAction SilentlyContinue -Recurse
Get-ChildItem -Path $PSScriptRoot\Lib\$Framework\*.dll -ErrorAction SilentlyContinue #-Recurse
}
if ($FrameworkNet -and $PSEdition -ne 'Core') {
Get-ChildItem -Path $PSScriptRoot\Lib\$FrameworkNet\*.dll -ErrorAction SilentlyContinue -Recurse
Get-ChildItem -Path $PSScriptRoot\Lib\$FrameworkNet\*.dll -ErrorAction SilentlyContinue #-Recurse
}
)
}
Expand Down

0 comments on commit 50c2586

Please sign in to comment.