Skip to content

Commit

Permalink
Update PowerShell language worker dependencies (#893)
Browse files Browse the repository at this point in the history
* Upgrade Grpc.Net.Client to 2.49.0

* Upgrade CommandLineParser to 2.9.1

* Upgrade Google.Protobuf to 3.21.9

* Upgrade Microsoft.NET.Test.Sdk to 17.4.0

* Upgrade xunit to 2.4.2

* Upgrade Moq to 4.18.2

* Upgrade xunit.runner.visualstudio to 2.4.5

* Add Microsoft.Extensions.Logging.Abstractions 6.0.3

* Upgrade Grpc.Tools to 2.50.0

* Upgrade Google.Protobuf.Tools to 3.21.9
  • Loading branch information
Francisco-Gamino authored Nov 15, 2022
1 parent 63eb5e2 commit 75294ea
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
7 changes: 4 additions & 3 deletions src/Microsoft.Azure.Functions.PowerShellWorker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Grpc.Net.Client" Version="2.42.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.49.0" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.7" />
<PackageReference Include="CommandLineParser" Version="2.3.0" />
<PackageReference Include="Google.Protobuf" Version="3.19.4" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Protobuf" Version="3.21.9" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
<PackageReference Include="Moq" Version="4.13.1" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="Moq" Version="4.18.2" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.7" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions tools/helper.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ $DotnetSDKVersionRequirements = @{
}
}

$GrpcToolsVersion = '2.43.0' # grpc.tools
$GoogleProtobufToolsVersion = '3.19.4' # google.protobuf.tools
$GrpcToolsVersion = '2.50.0' # grpc.tools
$GoogleProtobufToolsVersion = '3.21.9' # google.protobuf.tools

function Find-Dotnet
{
Expand Down
4 changes: 2 additions & 2 deletions tools/protobuf.tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Grpc.Tools" Version="2.43.0" />
<PackageReference Include="Google.Protobuf.Tools" Version="3.19.4" />
<PackageReference Include="Grpc.Tools" Version="2.50.0" />
<PackageReference Include="Google.Protobuf.Tools" Version="3.21.9" />
</ItemGroup>

</Project>

0 comments on commit 75294ea

Please sign in to comment.