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 3003a37 commit 4987425Copy full SHA for 4987425
PowerShellEditorServices.build.ps1
@@ -20,7 +20,7 @@ if ($PSVersionTable.PSEdition -ne "Core") {
20
21
task SetupDotNet -Before Restore, Clean, Build, Test, TestPowerShellApi, PackageNuGet {
22
23
- $requiredSdkVersion = "1.0.0-rc4-004771"
+ $requiredSdkVersion = "1.0.0"
24
25
$needsInstall = $true
26
$dotnetPath = "$PSScriptRoot/.dotnet"
0 commit comments