Skip to content

Commit fe922f4

Browse files
committed
Add System.Net.Http using
1 parent cedc5df commit fe922f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Grpc.Net.Client/Grpc.Net.Client.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="$(MicrosoftExtensions3PackageVersion)" />
2727
</ItemGroup>
2828

29+
<ItemGroup>
30+
<Using Include="System.Net.Http" />
31+
</ItemGroup>
32+
2933
<ItemGroup>
3034
<None Include="README.md" Pack="true" PackagePath="\" />
3135

0 commit comments

Comments
 (0)