File tree 2 files changed +173
-169
lines changed
test/PowerShellEditorServices.Test
2 files changed +173
-169
lines changed Original file line number Diff line number Diff line change 18
18
19
19
<!-- PowerShell 7.4.x -->
20
20
<ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
21
- <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.4.0 " />
21
+ <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.4.1 " />
22
22
</ItemGroup >
23
23
24
24
<!-- PowerShell 7.3.x -->
25
25
<ItemGroup Condition =" '$(TargetFramework)' == 'net7.0' " >
26
- <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.3.10 " />
26
+ <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.3.11 " />
27
27
</ItemGroup >
28
28
29
29
<!-- PowerShell 7.2.x -->
30
30
<ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
31
- <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.2.17 " />
31
+ <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.2.18 " />
32
32
</ItemGroup >
33
33
34
34
<!-- Windows PowerShell 5.1 -->
You can’t perform that action at this time.
0 commit comments