Skip to content
This repository was archived by the owner on Jun 24, 2026. It is now read-only.

Commit 15688a0

Browse files
Bump PowerShell packages and global.json SDK
The test package bumps keep tripping a `MemberNotNullWhenAttribute` `TypeLoadException` in seven `OutGridViewWindowIntegrationTests`, even after clean restores. I pared this back to the updates that still pass the full suite so we can land the PowerShell refresh without dragging in the test host regression. - `Microsoft.PowerShell.SDK` 7.5.4 -> 7.6.1 - `System.Management.Automation` 7.5.4 -> 7.6.1 - `global.json` SDK 10.0.101 -> 10.0.102 I tested with a full `dotnet clean`, `restore`, `build`, and `test` run against `GraphicalTools.slnx`; all 83 tests pass. Drafted by Copilot (GPT-5.5). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b4a5095 commit 15688a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<ItemGroup>
3-
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="7.5.4" />
3+
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="7.6.1" />
44
<PackageVersion Include="Newtonsoft.Json" Version="13.0.4" />
5-
<PackageVersion Include="System.Management.Automation" Version="7.5.4" />
5+
<PackageVersion Include="System.Management.Automation" Version="7.6.1" />
66
<PackageVersion Include="Terminal.Gui" Version="2.1.0" />
77
<!-- Test dependencies -->
88
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.101",
3+
"version": "10.0.102",
44
"rollForward": "latestFeature",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)