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 1919
2020 <!-- This is for testing PowerShell 7.2 LTS -->
2121 <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 " />
2323 </ItemGroup >
2424
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 -->
2626 <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 " />
2828 </ItemGroup >
2929
3030 <ItemGroup Condition =" '$(TargetFramework)' == 'net462' " >
You can’t perform that action at this time.
0 commit comments