Skip to content

Commit 338be80

Browse files
committed
Bump dotnet on CI
1 parent 025c412 commit 338be80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PowerShellEditorServices.build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ task SetupDotNet -Before Clean, Build, TestServerWinPS, TestServerPS7, TestServe
108108
$dotnetExePath = if ($script:IsUnix) { "$dotnetPath/dotnet" } else { "$dotnetPath/dotnet.exe" }
109109

110110
if (!(Test-Path $dotnetExePath)) {
111-
Install-Dotnet -Channel '2.1','3.1','release/5.0.1xx-preview6'
111+
# TODO: Test .NET 5 with PowerShell 7.1, and add that channel here.
112+
Install-Dotnet -Channel '3.1','release/6.0.1xx-preview2'
112113
}
113114

114115
# This variable is used internally by 'dotnet' to know where it's installed

0 commit comments

Comments
 (0)