Skip to content

Commit bcec628

Browse files
authored
Add note about System.NET.Http breaking change (#43567)
1 parent 4e51802 commit bcec628

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/core/project-sdk/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ You can specify additional implicit `global using` directives by adding `Using`
145145
</ItemGroup>
146146
```
147147

148+
> [!NOTE]
149+
> 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.
150+
148151
## Implicit package references
149152

150153
When your project targets .NET Standard 1.0-2.0, the .NET SDK adds implicit references to certain *metapackages*. A metapackage is a framework-based package that consists only of dependencies on other packages. Metapackages are implicitly referenced based on the target frameworks specified in the [TargetFramework](msbuild-props.md#targetframework) or [TargetFrameworks (plural)](msbuild-props.md#targetframeworks) property of your project file.

0 commit comments

Comments
 (0)