MSBuildSdks icon indicating copy to clipboard operation
MSBuildSdks copied to clipboard

Consider setting `DisableImplicitFrameworkReferences` on the NoTargets SDK to prevent the .NET SDK from loading any packs

Open baronfel opened this issue 4 months ago • 0 comments

DisableImplicitFrameworkReferences prevents the SDK from trying to load any .NET Runtimes, Targeting Packs, or similar for a given project. Since NoTargets isn't intended to create any binary, runnable, dll assets this seems like a reasonable default.

baronfel avatar Sep 12 '25 19:09 baronfel