Skip to content

Commit

Permalink
Upgrade to PowerShell 6.2.7 (v2.x branch) (#509)
Browse files Browse the repository at this point in the history
* Upgrade PowerShell SDK to 6.2.7

* Upgrade bundled modules to match PowerShell 6.2.7

* Target netcoreapp2.1 in test projects

* Revert "Target netcoreapp2.1 in test projects"

This reverts commit 729b429.
  • Loading branch information
AnatoliB authored Aug 5, 2020
1 parent 3cd5396 commit a4e86b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Microsoft.Azure.Functions.PowerShellWorker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li

<ItemGroup>
<PackageReference Include="Grpc.Core" Version="2.27.0" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.6" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.7" />
<PackageReference Include="CommandLineParser" Version="2.3.0" />
<PackageReference Include="Google.Protobuf" Version="3.11.4" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.psd1
Original file line number Diff line number Diff line change
@@ -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' = @{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Moq" Version="4.12.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.6" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.7" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a4e86b0

Please sign in to comment.