File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/PowerShellEditorServices.Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
<ItemGroup Condition =" '$(TargetFramework)' == 'net7.0' " >
17
17
<!-- TODO: Remove this workaround with the 7.3.2 update. -->
18
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 " />
19
+ <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.3.2 " />
20
20
</ItemGroup >
21
21
22
22
<!-- PowerShell LTS -->
23
23
<ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
24
- <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.2.7 " />
24
+ <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.3.2 " />
25
25
</ItemGroup >
26
26
27
27
<!-- Windows PowerShell 5.1 -->
You can’t perform that action at this time.
0 commit comments