Browse Source

Do not remove the System.Net.Http global using

pull/2125/head
Kévin Chalet 2 years ago
parent
commit
fdb95f9860
  1. 4
      Directory.Build.targets

4
Directory.Build.targets

@ -278,8 +278,4 @@
'$(TargetPlatformIdentifier)' == 'UAP' And '$(TargetPlatformVersion)' != '' And '$(TargetPlatformIdentifier)' == 'UAP' And '$(TargetPlatformVersion)' != '' And
$([MSBuild]::VersionGreaterThanOrEquals($(TargetPlatformVersion), '10.0')) " /> $([MSBuild]::VersionGreaterThanOrEquals($(TargetPlatformVersion), '10.0')) " />
<ItemGroup>
<Using Remove="System.Net.Http" />
</ItemGroup>
</Project> </Project>

Loading…
Cancel
Save