Skip to content

Commit

Permalink
Update grpc-dotnet monorepo to v2.63.0 (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 25, 2024
1 parent 614fdca commit 82d58c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Abstractions/UnMango.Tdl.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.27.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.62.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.63.0" />
<PackageReference Include="Grpc.Tools" Version="2.64.0" PrivateAssets="all" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Broker/UnMango.Tdl.Broker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Grpc.AspNetCore" Version="2.62.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.63.0" />
<PackageReference Include="MinVer" Version="5.0.0" PrivateAssets="all" />
<PackageReference Include="Octokit" Version="11.0.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/FSharp/UnMango.Tdl.FSharp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="FSharp.Control.Reactive" Version="5.0.5"/>
<PackageReference Include="Grpc.Net.Client" Version="2.62.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.63.0" />
<PackageReference Include="MinVer" Version="5.0.0" PrivateAssets="all"/>
<PackageReference Include="UnMango.CliWrap.FSharp" Version="0.0.7-alpha.0.2"/>
</ItemGroup>
Expand Down

0 comments on commit 82d58c7

Please sign in to comment.