Skip to content

Commit

Permalink
removed RequiredAssemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
ocomes committed Jan 8, 2024
1 parent 2c5873c commit f7046f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions powershell_utilities/powershell_utilities.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@
# RequiredModules = @()

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @(
'System.Security'
)
#RequiredAssemblies = @('System.Security')

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
Expand Down

0 comments on commit f7046f7

Please sign in to comment.