Skip to content

Commit

Permalink
Implicit using
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Aug 7, 2023
1 parent 4db1087 commit 44e94c8
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<ProjectReference Include="..\..\src\Grpc.Net.Client.Web\Grpc.Net.Client.Web.csproj" />
</ItemGroup>

<ItemGroup>
<Using Include="System.Net.Http" />
</ItemGroup>

<ItemGroup>
<Compile Include="..\Shared\ExceptionAssert.cs" Link="Infrastructure\ExceptionAssert.cs" />
<Compile Include="..\Shared\TaskExtensions.cs" Link="Infrastructure\TaskExtensions.cs" />
Expand Down
1 change: 0 additions & 1 deletion test/Grpc.Net.Client.Web.Tests/GrpcWebHandlerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#endregion

using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using Grpc.Net.Client.Web.Internal;
using Grpc.Shared;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#endregion

using System.Net;
using System.Net.Http;
using Grpc.Net.Client.Web.Internal;
using NUnit.Framework;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#endregion

using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using Grpc.Net.Client.Web.Internal;
using NUnit.Framework;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#endregion

using System.Net.Http;
using Greet;
using Grpc.Core;
using Grpc.Net.Client.Internal;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

using System.Globalization;
using System.Net;
using System.Net.Http;
using Greet;
using Grpc.Core;
#if NET5_0_OR_GREATER
Expand Down

0 comments on commit 44e94c8

Please sign in to comment.