From 1cea5b80b463a3f02c440e0343418ce82bf309e8 Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Thu, 11 Jul 2024 14:28:27 -0600 Subject: [PATCH 1/3] Update PowerShell SDK to 7.2.21 --- 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 aa9bce8f..8bdbecd0 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 b4d482c0..c296c95a 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 03e54de1..f2d9d8a6 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{ } '6.0' = @{ - MinimalPatch = '421' - DefaultPatch = '421' + MinimalPatch = '424' + DefaultPatch = '424' } } From 3b5764887c50edb5886af510556dfd2daad1c588 Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Thu, 11 Jul 2024 14:28:27 -0600 Subject: [PATCH 2/3] Update PowerShell SDK to 7.2.21 --- 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 aa9bce8f..8bdbecd0 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 b4d482c0..c296c95a 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 03e54de1..f2d9d8a6 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{ } '6.0' = @{ - MinimalPatch = '421' - DefaultPatch = '421' + MinimalPatch = '424' + DefaultPatch = '424' } } From 3aab6f3866ee6a5dc9a8199a0f25e13f60c42213 Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Thu, 11 Jul 2024 15:00:09 -0600 Subject: [PATCH 3/3] Update vulnerable packages --- src/Microsoft.Azure.Functions.PowerShellWorker.csproj | 1 + .../Azure.Functions.PowerShellWorker.E2E.csproj | 1 + test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj | 1 + 3 files changed, 3 insertions(+) diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index 8bdbecd0..948d24b3 100644 --- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj +++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj @@ -25,6 +25,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li + diff --git a/test/E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E.csproj b/test/E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E.csproj index 8c12b05e..052f10e9 100644 --- a/test/E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E.csproj +++ b/test/E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E.csproj @@ -12,6 +12,7 @@ + diff --git a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj index c296c95a..525ea833 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -8,6 +8,7 @@ +