Skip to content

Commit

Permalink
Update PowerShell SDK version to 6.2.4 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatoliB authored Jan 28, 2020
1 parent 27cbe81 commit 5267b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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="1.20.1" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.3" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.4" />
<PackageReference Include="CommandLineParser" Version="2.3.0" />
<PackageReference Include="Google.Protobuf" Version="3.7.0" />
</ItemGroup>
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.3" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5267b2c

Please sign in to comment.