From 08d889fce5415e2726b7d8ea950e4bf18bc1995b Mon Sep 17 00:00:00 2001 From: Anatoli Beliaev Date: Sun, 31 Jan 2021 21:51:19 -0800 Subject: [PATCH 1/4] Upgrade Microsoft.PowerShell.SDK to 7.0.4 --- src/Microsoft.Azure.Functions.PowerShellWorker.csproj | 2 +- .../Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index ea07c693..8333e95a 100644 --- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj +++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj @@ -21,7 +21,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li - + diff --git a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj index 8052c607..63992869 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -10,7 +10,7 @@ - + From be5425c1fe06be340e78069735317e8c52f309b3 Mon Sep 17 00:00:00 2001 From: Anatoli Beliaev Date: Sun, 31 Jan 2021 21:58:53 -0800 Subject: [PATCH 2/4] Upgrade to .NET SDK 3.1.405 --- tools/helper.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/helper.psm1 b/tools/helper.psm1 index c4c67478..13c0ca55 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -7,8 +7,8 @@ using namespace System.Runtime.InteropServices $IsWindowsEnv = [RuntimeInformation]::IsOSPlatform([OSPlatform]::Windows) $RepoRoot = (Resolve-Path "$PSScriptRoot/..").Path -$MinimalSDKVersion = '3.1.201' -$DefaultSDKVersion = '3.1.201' +$MinimalSDKVersion = '3.1.405' +$DefaultSDKVersion = '3.1.405' $LocalDotnetDirPath = if ($IsWindowsEnv) { "$env:LocalAppData\Microsoft\dotnet" } else { "$env:HOME/.dotnet" } $GrpcToolsVersion = '2.27.0' # grpc.tools $GoogleProtobufToolsVersion = '3.11.4' # google.protobuf.tools From ed7e1558ec55e94a2c92c0ad974549d459b502fa Mon Sep 17 00:00:00 2001 From: Anatoli Beliaev Date: Thu, 11 Feb 2021 20:04:18 -0800 Subject: [PATCH 3/4] Upgrade PowerShell SDK to 7.0.5 --- src/Microsoft.Azure.Functions.PowerShellWorker.csproj | 2 +- .../Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index 8333e95a..5bf78396 100644 --- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj +++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj @@ -21,7 +21,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li - + diff --git a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj index 63992869..072f8a8c 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -10,7 +10,7 @@ - + From 57eb9d0907a7f1bf82bb69d73eda787752583e2b Mon Sep 17 00:00:00 2001 From: Anatoli Beliaev Date: Thu, 11 Feb 2021 20:06:09 -0800 Subject: [PATCH 4/4] Upgrade to .NET SDK 3.1.406 --- tools/helper.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/helper.psm1 b/tools/helper.psm1 index 13c0ca55..577c99c8 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -7,8 +7,8 @@ using namespace System.Runtime.InteropServices $IsWindowsEnv = [RuntimeInformation]::IsOSPlatform([OSPlatform]::Windows) $RepoRoot = (Resolve-Path "$PSScriptRoot/..").Path -$MinimalSDKVersion = '3.1.405' -$DefaultSDKVersion = '3.1.405' +$MinimalSDKVersion = '3.1.406' +$DefaultSDKVersion = '3.1.406' $LocalDotnetDirPath = if ($IsWindowsEnv) { "$env:LocalAppData\Microsoft\dotnet" } else { "$env:HOME/.dotnet" } $GrpcToolsVersion = '2.27.0' # grpc.tools $GoogleProtobufToolsVersion = '3.11.4' # google.protobuf.tools