From 33f98d06036c4dcde86cde3f9e443b59e213dbe0 Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Mon, 29 Jan 2024 09:28:56 -0700 Subject: [PATCH 1/2] Upgrade PowerShell SDK to 7.4.1 --- 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 307e1279..462224d7 100644 --- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj +++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj @@ -21,11 +21,11 @@ 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 f81bcdd8..67e4572b 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -10,8 +10,8 @@ - - + + From aec137002aa8ab3022330a414c3c6166d761a6ea Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Mon, 29 Jan 2024 11:52:45 -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 d1c75eba..f38cab47 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{ } '8.0' = @{ - MinimalPatch = '100' - DefaultPatch = '100' + MinimalPatch = '101' + DefaultPatch = '101' } }