From b772fc877ca6822e64632f59fd2cb17ff202c6df Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Fri, 26 Aug 2022 13:41:38 -0700 Subject: [PATCH 1/3] Upgrade to .NET SDK 6.0.400 --- tools/helper.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/helper.psm1 b/tools/helper.psm1 index 2d967241..d0da900b 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{ } '6.0' = @{ - MinimalPatch = '300' - DefaultPatch = '300' + MinimalPatch = '400' + DefaultPatch = '400' } } From 4db856aef35b8bee87b1ce65490f940b882cf9e1 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Fri, 26 Aug 2022 13:43:18 -0700 Subject: [PATCH 2/3] Upgrade to .NET SDK 3.1.422 --- tools/helper.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/helper.psm1 b/tools/helper.psm1 index d0da900b..0272d807 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -12,8 +12,8 @@ $DotnetSDKVersionRequirements = @{ # .NET SDK 3.1 is required by the Microsoft.ManifestTool.dll tool '3.1' = @{ - MinimalPatch = '419' - DefaultPatch = '419' + MinimalPatch = '422' + DefaultPatch = '422' } '6.0' = @{ From 83447f197f95532b23044dc6ca26e1424c590d58 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Fri, 26 Aug 2022 14:03:13 -0700 Subject: [PATCH 3/3] Upgrade Microsoft.PowerShell.SDK to 7.2.6 --- 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 fdfbc2c4..f1007c50 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 ff575f15..e18f8a1b 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -10,7 +10,7 @@ - +