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 17
17
<ProjectReference Include =" ..\PowerShellEditorServices.Test.Shared\PowerShellEditorServices.Test.Shared.csproj" />
18
18
</ItemGroup >
19
19
20
+ <!-- This is for testing PowerShell 7.2 LTS -->
20
21
<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" />
22
23
</ItemGroup >
23
24
25
+ <!-- This is for testing PowerShell 7.0 LTS -->
24
26
<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 " />
26
28
</ItemGroup >
27
29
28
30
<ItemGroup Condition =" '$(TargetFramework)' == 'net461' " >
You can’t perform that action at this time.
0 commit comments