Skip to content

Commit de66309

Browse files
committed
now should work with 5.1 :(
1 parent ea65f6e commit de66309

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

module/ADEffectiveAccess.psd1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
@{
1010

1111
# Script module or binary module file associated with this manifest.
12-
RootModule = 'bin/netstandard2.0/ADEffectiveAccess.dll'
12+
RootModule =
13+
if ($PSEdition -eq 'Core') { 'bin/net8.0-windows/ADEffectiveAccess.dll' }
14+
else { 'bin/net472/ADEffectiveAccess.dll' }
1315

1416
# Version number of this module.
1517
ModuleVersion = '0.0.1'

0 commit comments

Comments
 (0)