From 791902c4d01cfca02f1d4af4b0e438b2bafa8f1f Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Fri, 12 Apr 2024 08:17:55 -0600 Subject: [PATCH 1/2] Update PowerShell SDK to 7.4.2 --- src/Microsoft.Azure.Functions.PowerShellWorker.csproj | 2 +- .../Microsoft.Azure.Functions.PowerShellWorker.Test.csproj | 2 +- tools/helper.psm1 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index 462224d7..e3f6daf7 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 67e4572b..4c2370e5 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -10,7 +10,7 @@ - + diff --git a/tools/helper.psm1 b/tools/helper.psm1 index f38cab47..949df9b6 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{ } '8.0' = @{ - MinimalPatch = '101' - DefaultPatch = '101' + MinimalPatch = '104' + DefaultPatch = '104' } } From 61143fba27e2bd5bafa24e090f07275b290ef2f4 Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Fri, 12 Apr 2024 11:16:08 -0600 Subject: [PATCH 2/2] Switch to Build SDK instead of SDK --- tools/helper.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/helper.psm1 b/tools/helper.psm1 index 949df9b6..6784472c 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{ } '8.0' = @{ - MinimalPatch = '104' - DefaultPatch = '104' + MinimalPatch = '204' + DefaultPatch = '204' } }