Skip to content

Commit

Permalink
Merge pull request #6 from JeepNL/dependabot/nuget/BlazorTemplate/Cli…
Browse files Browse the repository at this point in the history
…ent/Grpc.Net.Client-2.52.0

Bump Grpc.Net.Client from 2.38.0 to 2.52.0 in /BlazorTemplate/Client
  • Loading branch information
JeepNL authored Jul 6, 2023
2 parents a0e48d6 + f64acbe commit c599ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BlazorTemplate/Client/BlazorTemplate.Client.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.17.3" />
<PackageReference Include="Grpc.Net.Client" Version="2.38.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.52.0" />
<PackageReference Include="Grpc.Net.Client.Web" Version="2.38.0" />
<PackageReference Include="Grpc.Tools" Version="2.38.1">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit c599ddd

Please sign in to comment.