Skip to content

Commit 7ab4498

Browse files
authored
Merge pull request #411 from krymtkts/feature/pwsh-standard
Pin PowerShell dependencies to stable versions
2 parents 2a95c22 + 79f562c commit 7ab4498

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ updates:
5858
update-types:
5959
- "version-update:semver-major"
6060
- "version-update:semver-minor"
61+
# NOTE: to pin the LTS version of PowerShell SDK.
6162
- dependency-name: "Microsoft.PowerShell.SDK"
6263
update-types:
6364
- "version-update:semver-major"

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageVersion Include="FSharp.Core" Version="10.0.101" />
99

1010
<!-- NOTE: PowerShell dependencies. -->
11-
<PackageVersion Include="PowerShellStandard.Library" Version="7.0.0-preview.1" />
11+
<PackageVersion Include="PowerShellStandard.Library" Version="5.1.1" />
1212

1313
<!-- NOTE: Test dependencies. -->
1414
<PackageVersion Include="Expecto" Version="11.0.0-alpha8" />
@@ -18,7 +18,7 @@
1818
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1919
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
2020

21-
<!-- NOTE: for creating mock PSObject -->
21+
<!-- NOTE: for creating mock PSObject. Pin the LTS version of PowerShell SDK. -->
2222
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="7.4.13" />
2323

2424
<!-- NOTE: Benchmark dependencies. -->

0 commit comments

Comments
 (0)