SDK: document DisableTransitiveProjectReferences #30340
Labels
dotnet-fundamentals/svc
Pri1
High priority, do before Pri2 and Pri3
resolved-by-customer
Indicates issues where the customer no longer needs any help. [org][resolution]
The .NET SDK automatically "promotes" transitive references of a project (projects referenced by projects referenced by the project) to be direct references, which was a behavior of the old
project.json
from before .NET Core 1.0. This (sometimes surprising) behavior can be disabled by setting a propertyDisableTransitiveProjectReferences
, but that isn't documented in the "SDK properties" page.Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: