Skip to content

Commit 9343add

Browse files
committed
Update basic gRPC packages
1 parent 0b8c025 commit 9343add

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/BenchmarksApps/Grpc/BasicGrpc/BasicGrpc.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<ServerGarbageCollection>false</ServerGarbageCollection>
8+
<!-- Remove when Grpc.Tools updated to non-preview -->
9+
<NoWarn>$(NoWarn);NU1605</NoWarn>
810
</PropertyGroup>
911

1012
<ItemGroup>
1113
<Protobuf Include="Protos\todo.proto" GrpcServices="Server" />
1214
</ItemGroup>
1315

1416
<ItemGroup>
15-
<PackageReference Include="Grpc.AspNetCore" Version="2.51.0" />
16-
<!-- Remove Google.Protobuf in the future. See https://github.com/dotnet/aspnetcore/issues/46465 -->
17-
<PackageReference Include="Google.Protobuf" Version="3.22.0-rc2" />
17+
<!-- Update to non-preview when available -->
18+
<PackageReference Include="Grpc.AspNetCore" Version="2.52.0-pre1" />
19+
<PackageReference Include="Grpc.Tools" Version="2.52.0-pre1" />
1820
</ItemGroup>
1921

2022
</Project>

0 commit comments

Comments
 (0)