File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/PowerShellEditorServices.Test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
20
20
<!-- This is for testing PowerShell 7.2 LTS -->
21
21
<ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
22
- <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.2.2 " />
22
+ <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.2.3 " />
23
23
</ItemGroup >
24
24
25
- <!-- This is for testing PowerShell 7.0 LTS -->
25
+ <!-- This is for testing PowerShell 7.0 LTS and so needs to be 7.0.x -->
26
26
<ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' " >
27
- <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.0.9 " />
27
+ <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.0.10 " />
28
28
</ItemGroup >
29
29
30
30
<ItemGroup Condition =" '$(TargetFramework)' == 'net462' " >
You can’t perform that action at this time.
0 commit comments