File tree 1 file changed +4
-4
lines changed
test/PowerShellEditorServices.Test
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
<ProjectReference Include =" ..\PowerShellEditorServices.Test.Shared\PowerShellEditorServices.Test.Shared.csproj" />
17
17
</ItemGroup >
18
18
19
- <!-- Latest PowerShell -->
19
+ <!-- Latest PowerShell i.e. 7.3.x -->
20
20
<ItemGroup Condition =" '$(TargetFramework)' == 'net7.0' " >
21
- <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.3.4 " />
21
+ <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.3.5 " />
22
22
</ItemGroup >
23
23
24
- <!-- PowerShell LTS -->
24
+ <!-- PowerShell LTS i.e. 7.2.x -->
25
25
<ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
26
- <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.2.11 " />
26
+ <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.2.12 " />
27
27
</ItemGroup >
28
28
29
29
<!-- Windows PowerShell 5.1 -->
You can’t perform that action at this time.
0 commit comments