mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-16 03:05:47 +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 = @()
|
||||
|
||||
# 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.
|
||||
# ScriptsToProcess = @()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue