Skip to content

Commit 4958ef4

Browse files
committed
Dont force and specify version
1 parent c0d6cdf commit 4958ef4

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)