From 941d958e2736bb535301fd6778507a6d26d6de2e Mon Sep 17 00:00:00 2001 From: Francisco Gamino Date: Wed, 23 Aug 2023 16:12:28 -0700 Subject: [PATCH] Upgrade PowerShell 7.4 to SDK 7.4.0-preview.5 with .Net 8 Preview.7 (#984) * Upgrade to .NET SDK 8.0.100-preview.7.23376.3 * Upgrade Microsoft.CodeAnalysis.CSharp to 4.7.0-2.final * Upgrade to PowerShell SDK 7.4.0-preview.5 * Upgrade to PackageManagement version 1.4.8.1 --- src/Microsoft.Azure.Functions.PowerShellWorker.csproj | 4 ++-- src/requirements.psd1 | 2 +- .../Microsoft.Azure.Functions.PowerShellWorker.Test.csproj | 4 ++-- tools/helper.psm1 | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index b11bf752..4c6eb15d 100644 --- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj +++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj @@ -21,11 +21,11 @@ Licensed under the MIT license. See LICENSE file in the project root for full li - + - + diff --git a/src/requirements.psd1 b/src/requirements.psd1 index b68bd0c6..8894878c 100644 --- a/src/requirements.psd1 +++ b/src/requirements.psd1 @@ -13,7 +13,7 @@ Target = 'src/Modules' } 'PackageManagement' = @{ - Version = '1.4.7' + Version = '1.4.8.1' Target = 'src/Modules' } } diff --git a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj index 7c513c9b..ca45120f 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/tools/helper.psm1 b/tools/helper.psm1 index 47d9e28b..06a3ed3f 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -17,8 +17,8 @@ $DotnetSDKVersionRequirements = @{ } '8.0' = @{ - MinimalPatch = '100-preview.3.23178.7' - DefaultPatch = '100-preview.3.23178.7' + MinimalPatch = '100-preview.7.23376.3' + DefaultPatch = '100-preview.7.23376.3' } }