We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9343add commit c4d1a24Copy full SHA for c4d1a24
src/BenchmarksApps/Grpc/BasicGrpc/BasicGrpc.csproj
@@ -5,8 +5,6 @@
5
<Nullable>enable</Nullable>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<ServerGarbageCollection>false</ServerGarbageCollection>
8
- <!-- Remove when Grpc.Tools updated to non-preview -->
9
- <NoWarn>$(NoWarn);NU1605</NoWarn>
10
</PropertyGroup>
11
12
<ItemGroup>
@@ -16,7 +14,6 @@
16
14
17
15
<!-- 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" />
20
</ItemGroup>
21
22
</Project>
0 commit comments