mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-16 11:15:46 +00:00
NetboxPS(.psd1): Remove Required Assemblies (System.web) requirement
This commit is contained in:
parent
e17408413c
commit
cacbb09016
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ CLRVersion = '2.0.50727'
|
||||||
# RequiredModules = @()
|
# RequiredModules = @()
|
||||||
|
|
||||||
# Assemblies that must be loaded prior to importing this module
|
# Assemblies that must be loaded prior to importing this module
|
||||||
RequiredAssemblies = 'System.Web'
|
#RequiredAssemblies = ''
|
||||||
|
|
||||||
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
|
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
|
||||||
# ScriptsToProcess = @()
|
# ScriptsToProcess = @()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue