Skip to content

Commit 2cecbd5

Browse files
committed
Update to .NET SDK RC4
1 parent 2ae736c commit 2cecbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShellEditorServices.build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if ($PSVersionTable.PSEdition -ne "Core") {
2121
task SetupDotNet -Before Restore, Clean, Build, BuildHost, Test, TestPowerShellApi, PackageNuGet {
2222

2323
# Fetch the SDK version from global.json
24-
$requiredSdkVersion = "1.0.0-rc3-004530"
24+
$requiredSdkVersion = "1.0.0-rc4-004771"
2525

2626
$needsInstall = $true
2727
$dotnetPath = "$PSScriptRoot/.dotnet"

0 commit comments

Comments
 (0)