From 7f0a3dcf11446f3047e2dc84991239678bf64eb0 Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Tue, 16 Sep 2025 09:06:58 -0600 Subject: [PATCH] Update deps for release --- src/Microsoft.Azure.Functions.PowerShellWorker.csproj | 3 +-- .../Microsoft.Azure.Functions.PowerShellWorker.Test.csproj | 3 +-- tools/helper.psm1 | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index 02d6d280..ae9f6288 100644 --- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj +++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj @@ -21,12 +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 7cf2f616..e4260990 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -8,10 +8,9 @@ - - + diff --git a/tools/helper.psm1 b/tools/helper.psm1 index d21dab82..7e47a717 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{ } '8.0' = @{ - MinimalPatch = '405' - DefaultPatch = '405' + MinimalPatch = '413' + DefaultPatch = '413' } }