11 lines
365 B
XML
11 lines
365 B
XML
<Project>
|
|
<ItemGroup Condition="'$(TargetFramework)'=='net462'">
|
|
<!--ImplicitUsings will add this namespace that is not available for NetFX.
|
|
https://github.com/dotnet/sdk/issues/24146
|
|
https://github.com/dotnet/runtime/issues/59163
|
|
https://github.com/dotnet/sdk/issues/22515
|
|
-->
|
|
<Using Remove="System.Net.Http" />
|
|
</ItemGroup>
|
|
</Project>
|