You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/project-sdk/overview.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,7 @@ You can specify additional implicit `global using` directives by adding `Using`
144
144
<UsingInclude="System.IO.Pipes" />
145
145
</ItemGroup>
146
146
```
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
0 commit comments