File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
test/PowerShellEditorServices.Test Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1717 <ProjectReference Include =" ..\PowerShellEditorServices.Test.Shared\PowerShellEditorServices.Test.Shared.csproj" />
1818 </ItemGroup >
1919
20+ <!-- This is for testing PowerShell 7.2 LTS -->
2021 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
21- <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.2.0-preview.3 " />
22+ <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.2.0" />
2223 </ItemGroup >
2324
25+ <!-- This is for testing PowerShell 7.0 LTS -->
2426 <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' " >
25- <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.0.6 " />
27+ <PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.0.8 " />
2628 </ItemGroup >
2729
2830 <ItemGroup Condition =" '$(TargetFramework)' == 'net461' " >
You can’t perform that action at this time.
0 commit comments