Skip to content

Commit b797ea0

Browse files
Re-add <Using> removed by tooling
1 parent 8b0a70d commit b797ea0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Directory.Build.targets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<Import Project="$(BuildDir)test.targets" />
2222
</ImportGroup>
2323

24+
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
25+
<Using Include="System.Net.Http" />
26+
</ItemGroup>
27+
2428
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
2529
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.$(TargetFramework)" Version="1.0.3" PrivateAssets="All" />
2630
</ItemGroup>

0 commit comments

Comments
 (0)