From 7a2e0b2b11b0f197c058a86a1a9af6b23417806b Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Fri, 17 Nov 2023 12:18:09 -0700 Subject: [PATCH] Update worker to PS 7.4 release SDK --- 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 0e252a66..307e1279 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 07fa1832..e5181e1d 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 ed03f8d1..d1c75eba 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{ } '8.0' = @{ - MinimalPatch = '100-rc.2.23502.2' - DefaultPatch = '100-rc.2.23502.2' + MinimalPatch = '100' + DefaultPatch = '100' } }