From 919d4a83249bb7ec1ee2cd4bba4bea6e60b53ce1 Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Mon, 29 Jan 2024 09:39:14 -0700 Subject: [PATCH 1/2] Upgrade PowerShell SDK to 7.2.18 --- src/Microsoft.Azure.Functions.PowerShellWorker.csproj | 4 ++-- .../Microsoft.Azure.Functions.PowerShellWorker.Test.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index 90aab531..5bd8584a 100644 --- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj +++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj @@ -1,4 +1,4 @@ - @@ -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 26f5e9d0..f3578a52 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -1,4 +1,4 @@ - + net6.0 @@ -10,7 +10,7 @@ - + From 9775687a764d3d28510ec63ceaf28d5e173cc30d Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Mon, 29 Jan 2024 11:51:41 -0700 Subject: [PATCH 2/2] Update .NET SDK --- tools/helper.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/helper.psm1 b/tools/helper.psm1 index fa02f10d..686faef0 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{ } '6.0' = @{ - MinimalPatch = '415' - DefaultPatch = '415' + MinimalPatch = '418' + DefaultPatch = '418' } }