We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a751c commit 5e6486fCopy full SHA for 5e6486f
PowerShellEditorServices.build.ps1
@@ -86,7 +86,7 @@ task SetupDotNet -Before Restore, Clean, Build, BuildHost, Test, TestPowerShellA
86
$env:DOTNET_INSTALL_DIR = $dotnetExeDir
87
}
88
89
- Write-Host "`n### Using dotnet at path $script:dotnetExe`n" -ForegroundColor Green
+ Write-Host "`n### Using dotnet v$requiredSDKVersion at path $script:dotnetExe`n" -ForegroundColor Green
90
91
92
task Restore {
0 commit comments