Skip to content

Commit

Permalink
Change required modules
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Dec 12, 2023
1 parent c12ad4c commit fa92818
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion RequiredModules.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'DscResource.Test' = 'latest'
xDscResourceDesigner = 'latest'
'DscResource.DocGenerator' = 'latest'
PlatyPS = 'latest'

# Build dependencies needed for using the module
'DscResource.Base' = 'latest'
Expand All @@ -48,9 +49,12 @@
# Need to pin this to 3.7.2 because 4.0.0 made the integration tests fail.
PSPKI = '3.7.2'

# Prerequisites modules needed for examples or integration tests
# Prerequisite modules needed for examples or integration tests
xPSDesiredStateConfiguration = '9.1.0'
StorageDsc = '5.1.0'
NetworkingDsc = '9.0.0'
WSManDsc = '3.1.1'

# Prerequisite module for documentation and stub creation.
SqlServer = 'latest'
}

0 comments on commit fa92818

Please sign in to comment.