File tree Expand file tree Collapse file tree 2 files changed +173
-169
lines changed
test/PowerShellEditorServices.Test Expand file tree Collapse file tree 2 files changed +173
-169
lines changed Original file line number Diff line number Diff line change 1818
1919 <!-- PowerShell 7.4.x -->
2020 <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 " />
2222 </ItemGroup >
2323
2424 <!-- PowerShell 7.3.x -->
2525 <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 " />
2727 </ItemGroup >
2828
2929 <!-- PowerShell 7.2.x -->
3030 <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 " />
3232 </ItemGroup >
3333
3434 <!-- Windows PowerShell 5.1 -->
You can’t perform that action at this time.
0 commit comments