Skip to content

Commit

Permalink
Implemented max version for ObjectGraphTools
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Mar 19, 2024
1 parent 2a9044a commit 0373175
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/M365DSCTools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ PowerShellVersion = '5.0'
# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(
@{
ModuleName = 'ObjectGraphTools'
ModuleVersion = '0.0.18'
ModuleName = 'ObjectGraphTools'
ModuleVersion = '0.0.18'
MaximumVersion = '0.0.99'
}
@{
ModuleName = 'powershell-yaml'
Expand Down

0 comments on commit 0373175

Please sign in to comment.