Skip to content

Commit

Permalink
Update docs/core/project-sdk/overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren authored Nov 15, 2024
1 parent a1aac02 commit c798417
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/core/project-sdk/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ You can specify additional implicit `global using` directives by adding `Using`
<Using Include="System.IO.Pipes" />
</ItemGroup>
```
System.Net.Http is [no longer included](https://learn.microsoft.com/dotnet/core/compatibility/sdk/8.0/implicit-global-using-netfx) in Microsoft.NET.Sdk when targeting .NET Framework starting in the .NET 8 SDK

> [!NOTE]
> Starting with the .NET 8 SDK, <xref:System.Net.Http> is [no longer included](../compatibility/sdk/8.0/implicit-global-using-netfx.md) in `Microsoft.NET.Sdk` when targeting .NET Framework.

## Implicit package references

Expand Down

0 comments on commit c798417

Please sign in to comment.