File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
test/PowerShellEditorServices.Test Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1414
1515 <!-- Latest PowerShell -->
1616 <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0' " >
17- <!-- TODO: Remove this workaround with the 7.3.2 update. -->
18- <PackageReference Include =" System.Runtime.CompilerServices.Unsafe" Version =" 7.0.0-preview.2.22152.2" NoWarn =" NU1605" />
19- <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.3.1" />
17+ <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.3.2" />
2018 </ItemGroup >
2119
2220 <!-- PowerShell LTS -->
2321 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
24- <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.2.7 " />
22+ <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.2.9 " />
2523 </ItemGroup >
2624
2725 <!-- Windows PowerShell 5.1 -->
You can’t perform that action at this time.
0 commit comments