File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
test/PowerShellEditorServices.Test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 <ProjectReference Include =" ..\PowerShellEditorServices.Test.Shared\PowerShellEditorServices.Test.Shared.csproj" />
1717 </ItemGroup >
1818
19- <!-- Latest PowerShell -->
19+ <!-- Latest PowerShell i.e. 7.3.x -->
2020 <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 " />
2222 </ItemGroup >
2323
24- <!-- PowerShell LTS -->
24+ <!-- PowerShell LTS i.e. 7.2.x -->
2525 <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 " />
2727 </ItemGroup >
2828
2929 <!-- Windows PowerShell 5.1 -->
You can’t perform that action at this time.
0 commit comments