We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae736c commit 2cecbd5Copy full SHA for 2cecbd5
PowerShellEditorServices.build.ps1
@@ -21,7 +21,7 @@ if ($PSVersionTable.PSEdition -ne "Core") {
21
task SetupDotNet -Before Restore, Clean, Build, BuildHost, Test, TestPowerShellApi, PackageNuGet {
22
23
# Fetch the SDK version from global.json
24
- $requiredSdkVersion = "1.0.0-rc3-004530"
+ $requiredSdkVersion = "1.0.0-rc4-004771"
25
26
$needsInstall = $true
27
$dotnetPath = "$PSScriptRoot/.dotnet"
0 commit comments