From 6ae36701fbaeae0e0b3de50a4b0f7a07167f5b3c Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Fri, 24 Jan 2025 16:44:28 -0700 Subject: [PATCH 1/2] Update PowerShell SDK to 7.4.7 --- 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 5805191a..8a59b507 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 7a600d4b..d80daa4b 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -11,7 +11,7 @@ - + diff --git a/tools/helper.psm1 b/tools/helper.psm1 index 5b33ffaf..d21dab82 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{ } '8.0' = @{ - MinimalPatch = '402' - DefaultPatch = '402' + MinimalPatch = '405' + DefaultPatch = '405' } } From 39b077f0ed76827f356508339f3a59d3977bf007 Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Fri, 24 Jan 2025 17:12:44 -0700 Subject: [PATCH 2/2] Bump Microsoft.CodeAnalysis.CSharp to 4.9.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 8a59b507..02d6d280 100644 --- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj +++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj @@ -25,7 +25,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 d80daa4b..7cf2f616 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -12,7 +12,7 @@ - +