97a51ccdb147992b80d427b83a77caa967d275b4 regressed the inclusion of source generators in the targeting pack as the `netstandard2.0` inner build was never chosen by the sfx-gen.proj traversal project. Noticed in the SDK consumption PR: https://github.com/dotnet/sdk/pull/29406
<Project Sdk="Microsoft.Build.Traversal">
<PropertyGroup>
- <TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
+ <TargetFramework>netstandard2.0</TargetFramework>
+ <!-- Filter ProjectReferences to build the best matching target framework only. -->
+ <FilterTraversalProjectReferences>true</FilterTraversalProjectReferences>
</PropertyGroup>
<!-- Reference all NetCoreAppCurrent shared framework generator projects. -->