Add jwtPS Dependency
This commit is contained in:
parent
4f6d13e83f
commit
5710176578
1 changed files with 7 additions and 1 deletions
|
@ -51,7 +51,13 @@ PowerShellVersion = '7.0.0'
|
||||||
# ProcessorArchitecture = ''
|
# ProcessorArchitecture = ''
|
||||||
|
|
||||||
# Modules that must be imported into the global environment prior to importing this module
|
# Modules that must be imported into the global environment prior to importing this module
|
||||||
# RequiredModules = @()
|
RequiredModules = @(
|
||||||
|
@{
|
||||||
|
ModuleName = "jwtPS"
|
||||||
|
ModuleVersion = "1.1.3"
|
||||||
|
GUID = "f89e3407-8e14-4fe5-80b9-64b1479e7142"
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
# Assemblies that must be loaded prior to importing this module
|
# Assemblies that must be loaded prior to importing this module
|
||||||
# RequiredAssemblies = @()
|
# RequiredAssemblies = @()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue