Skip to content

Commit 97d4931

Browse files
committed
Remove global using for System.Net.Http which isn't required and causes problems for net4x
1 parent 8823f91 commit 97d4931

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/C3D/Extensions/Logging/Xunit/C3D.Extensions.Logging.Xunit.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@
3131
<ItemGroup>
3232
<None Include="version.json" />
3333
</ItemGroup>
34+
35+
<ItemGroup>
36+
<Using Remove="System.Net.Http" />
37+
</ItemGroup>
3438
</Project>

0 commit comments

Comments
 (0)