From 7b56433cd26388480dbfae7ab02e3a9992f056b9 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Fri, 25 Mar 2022 20:10:09 -0700 Subject: [PATCH 1/3] Upgrade Microsoft.PowerShell.SDK to 7.2.2 --- 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 31099354..885ac6ec 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 8c62a403..db07a51c 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -10,7 +10,7 @@ - + From fcbda68fc21b191634b1bf06e92448b04d798ba5 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Mon, 28 Mar 2022 11:20:51 -0700 Subject: [PATCH 2/3] Upgrade to .NET SDK 6.0.201 --- tools/helper.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/helper.psm1 b/tools/helper.psm1 index b01bb542..f38b643c 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{ } '6.0' = @{ - MinimalPatch = '101' - DefaultPatch = '101' + MinimalPatch = '201' + DefaultPatch = '201' } } From d5bf8d7d9424bda8d7291412905c176937f5c40b Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Mon, 28 Mar 2022 11:21:44 -0700 Subject: [PATCH 3/3] Upgrade to .NET SDK 3.1.417 --- tools/helper.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/helper.psm1 b/tools/helper.psm1 index f38b643c..a0b48aa1 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -12,8 +12,8 @@ $DotnetSDKVersionRequirements = @{ # .NET SDK 3.1 is required by the Microsoft.ManifestTool.dll tool '3.1' = @{ - MinimalPatch = '416' - DefaultPatch = '416' + MinimalPatch = '417' + DefaultPatch = '417' } '6.0' = @{