From 89b8e4543bd5d461389d24727e91eed775a46ac9 Mon Sep 17 00:00:00 2001 From: Anatoli Beliaev Date: Sat, 1 Aug 2020 16:53:47 -0700 Subject: [PATCH 1/4] Upgrade PowerShell SDK to 6.2.7 --- 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 8b0c80f0..c8bb6443 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 b33ee47b..e7c642d2 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -10,7 +10,7 @@ - + From 58c3982563b8a1105eaebf8b1286eba2af3b368c Mon Sep 17 00:00:00 2001 From: Anatoli Beliaev Date: Sat, 1 Aug 2020 16:59:31 -0700 Subject: [PATCH 2/4] Upgrade bundled modules to match PowerShell 6.2.7 --- src/requirements.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.psd1 b/src/requirements.psd1 index 4566bd72..0b7aa6f2 100644 --- a/src/requirements.psd1 +++ b/src/requirements.psd1 @@ -1,7 +1,7 @@ @{ # Modules bundled with the PowerShell Language Worker 'Microsoft.PowerShell.Archive' = @{ - Version = '1.2.3.0' + Version = '1.2.5' Target = 'src/Modules' } 'ThreadJob' = @{ From ea81f4f9ab1eb0c2e0c25ac6a207498eefae957a Mon Sep 17 00:00:00 2001 From: Anatoli Beliaev Date: Sat, 1 Aug 2020 22:05:41 -0700 Subject: [PATCH 3/4] Target netcoreapp2.1 in test projects --- .../Azure.Functions.PowerShellWorker.E2E.csproj | 2 +- .../Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E.csproj b/test/E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E.csproj index 82a52fb1..8782669b 100644 --- a/test/E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E.csproj +++ b/test/E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E.csproj @@ -1,7 +1,7 @@  - netcoreapp2.2 + netcoreapp2.1 false diff --git a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj index e7c642d2..a8d6dbdc 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -1,7 +1,7 @@ - netcoreapp2.2 + netcoreapp2.1 false From 076e2457e6b1c6087fd7d35de08ed881a67c7d69 Mon Sep 17 00:00:00 2001 From: Anatoli Beliaev Date: Sat, 1 Aug 2020 22:12:49 -0700 Subject: [PATCH 4/4] Revert "Target netcoreapp2.1 in test projects" This reverts commit 729b42954d5cac49cbe39b5073b19cb2fbf85936. --- .../Azure.Functions.PowerShellWorker.E2E.csproj | 2 +- .../Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E.csproj b/test/E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E.csproj index 8782669b..82a52fb1 100644 --- a/test/E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E.csproj +++ b/test/E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netcoreapp2.2 false diff --git a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj index a8d6dbdc..e7c642d2 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp2.2 false