Skip to content

Commit f936fbc

Browse files
authored
[Ignore] Upgrade .NET SDK to 2.1.804 (#1226)
1 parent 15e570a commit f936fbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PowerShellEditorServices.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ task SetupDotNet -Before Clean, Build, TestHost, TestServer, TestE2E {
9191

9292
# Download the official installation script and run it
9393
$installScriptPath = "$([System.IO.Path]::GetTempPath())dotnet-install.$installScriptExt"
94-
Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/v$script:RequiredSdkVersion/scripts/obtain/dotnet-install.$installScriptExt" -OutFile $installScriptPath
94+
Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/sdk/master/scripts/obtain/dotnet-install.$installScriptExt" -OutFile $installScriptPath
9595
$env:DOTNET_INSTALL_DIR = "$PSScriptRoot/.dotnet"
9696

9797
if (!$script:IsUnix) {

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "2.1.802"
3+
"version": "2.1.804"
44
}
55
}

0 commit comments

Comments
 (0)