Skip to content

Commit a1aac02

Browse files
authored
Add note about System.NET.Http breaking change
1 parent 9a5a3b3 commit a1aac02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/core/project-sdk/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ You can specify additional implicit `global using` directives by adding `Using`
144144
<Using Include="System.IO.Pipes" />
145145
</ItemGroup>
146146
```
147+
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
147148

148149
## Implicit package references
149150

0 commit comments

Comments
 (0)