From f11a2a0f5770f6f3faa228083e110c931aad56a8 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Tue, 22 Aug 2023 14:01:32 -0700 Subject: [PATCH 1/4] Upgrade to .NET SDK 8.0.100-preview.7.23376.3 --- tools/helper.psm1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' } } From a2d148b8c08867e514802f76fff7b95d9c7e8631 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Tue, 22 Aug 2023 15:57:57 -0700 Subject: [PATCH 2/4] Upgrade Microsoft.CodeAnalysis.CSharp to 4.7.0-2.final --- 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 b11bf752..7e2b3896 100644 --- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj +++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj @@ -25,7 +25,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 7c513c9b..a917c487 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -11,7 +11,7 @@ - + From e24aa0ab9781cfcfc384337fd841b5f861ca6b76 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Tue, 22 Aug 2023 16:00:44 -0700 Subject: [PATCH 3/4] Upgrade to PowerShell SDK 7.4.0-preview.5 --- 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 7e2b3896..4c6eb15d 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 a917c487..ca45120f 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -10,7 +10,7 @@ - + From 6a2a1258066edef61424ecb10a645eaade4924c3 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Tue, 22 Aug 2023 16:35:18 -0700 Subject: [PATCH 4/4] Upgrade to PackageManagement version 1.4.8.1 --- src/requirements.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }