File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/BenchmarksApps/Grpc/BasicGrpc Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 5
5
<Nullable >enable</Nullable >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<ServerGarbageCollection >false</ServerGarbageCollection >
8
+ <!-- Remove when Grpc.Tools updated to non-preview -->
9
+ <NoWarn >$(NoWarn);NU1605</NoWarn >
8
10
</PropertyGroup >
9
11
10
12
<ItemGroup >
11
13
<Protobuf Include =" Protos\todo.proto" GrpcServices =" Server" />
12
14
</ItemGroup >
13
15
14
16
<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 " />
18
20
</ItemGroup >
19
21
20
22
</Project >
You can’t perform that action at this time.
0 commit comments