Skip to content

Commit 047af9c

Browse files
authored
Merge pull request #81 from jwittner/fix/yamlImport
Dont force and specify version
2 parents c0d6cdf + 4958ef4 commit 047af9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitySetup/UnitySetup.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
3-
Import-Module powershell-yaml -Force -ErrorAction Stop
3+
Import-Module powershell-yaml -MinimumVersion '0.3' -ErrorAction Stop
44

55
[Flags()]
66
enum UnitySetupComponent {

0 commit comments

Comments
 (0)