From 47ab0b385f164c9ecf960afd1a083e42eadd615e Mon Sep 17 00:00:00 2001 From: Francisco Gomez Gamino Date: Fri, 2 Apr 2021 12:11:08 -0700 Subject: [PATCH 1/2] Upgrade to .NET SDK 3.1.407 --- tools/helper.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/helper.psm1 b/tools/helper.psm1 index 0348f151..ed702717 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.406' -$DefaultSDKVersion = '3.1.406' +$MinimalSDKVersion = '3.1.407' +$DefaultSDKVersion = '3.1.407' $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 ac3dc8910b79da6b14b95e8041eb7583164a0793 Mon Sep 17 00:00:00 2001 From: Francisco Gomez Gamino Date: Fri, 2 Apr 2021 12:11:43 -0700 Subject: [PATCH 2/2] Upgrade Microsoft.PowerShell.SDK to 7.0.6 --- 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 5bf78396..dd00e91a 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 072f8a8c..4648a14a 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -10,7 +10,7 @@ - +