MSBuildSdks
MSBuildSdks copied to clipboard
Consider setting `DisableImplicitFrameworkReferences` on the NoTargets SDK to prevent the .NET SDK from loading any packs
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.