From f0097a20a1f7e2709454529256ebbcfe05823f94 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Tue, 24 Aug 2021 13:40:40 -0700 Subject: [PATCH 1/2] Upgrade to .NET SDK 3.1.412 --- tools/helper.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/helper.psm1 b/tools/helper.psm1 index 873eee53..715c3f77 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -11,8 +11,8 @@ $RepoRoot = (Resolve-Path "$PSScriptRoot/..").Path $DotnetSDKVersionRequirements = @{ # We need .NET SDK 3.1 for running the tests, as we still build against the 3.1 framework '3.1' = @{ - MinimalPatch = '407' - DefaultPatch = '407' + MinimalPatch = '412' + DefaultPatch = '412' } # We need .NET SDK 5.0 for the updated C# compiler '5.0' = @{ From 7af52b2738db7804f3047274314449d20c8b91af Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Tue, 24 Aug 2021 13:42:01 -0700 Subject: [PATCH 2/2] Upgrade Microsoft.PowerShell.SDK to 7.0.7 --- 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 dd00e91a..b9ceeb1e 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 4648a14a..26f5dcc7 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -10,7 +10,7 @@ - +