File tree 1 file changed +2
-4
lines changed
test/PowerShellEditorServices.Test
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 14
14
15
15
<!-- Latest PowerShell -->
16
16
<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" />
20
18
</ItemGroup >
21
19
22
20
<!-- PowerShell LTS -->
23
21
<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 " />
25
23
</ItemGroup >
26
24
27
25
<!-- Windows PowerShell 5.1 -->
You can’t perform that action at this time.
0 commit comments